diff --git a/includes/MslsAdmin.php b/includes/MslsAdmin.php
index d33aba2f..172afa0d 100644
--- a/includes/MslsAdmin.php
+++ b/includes/MslsAdmin.php
@@ -116,12 +116,12 @@ public function has_problems() {
if ( $this->options->is_empty() ) {
$message = sprintf(
- __( 'Multisite Language Switcher is almost ready. You must complete the configuration process.' ),
+ __( 'Multisite Language Switcher is almost ready. You must complete the configuration process.', 'multisite-language-switcher' ),
esc_url( admin_url( $this->get_options_page_link() ) )
);
} elseif ( 1 == count( $this->options->get_available_languages() ) ) {
$message = sprintf(
- __( 'There are no language files installed. You can manually install some language files or you could use a plugin to download these files automatically.' ),
+ __( 'There are no language files installed. You can manually install some language files or you could use a plugin to download these files automatically.', 'multisite-language-switcher' ),
esc_url( 'http://codex.wordpress.org/Installing_WordPress_in_Your_Language#Manually_Installing_Language_Files' ),
esc_url( 'http://wordpress.org/plugins/wp-native-dashboard/' )
);