diff --git a/locale/en_US/LC_MESSAGES/messages.mo b/locale/en_US/LC_MESSAGES/messages.mo index 412bad3c..36af0739 100644 Binary files a/locale/en_US/LC_MESSAGES/messages.mo and b/locale/en_US/LC_MESSAGES/messages.mo differ diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index f93c5a6c..0f48a1ed 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -1308,6 +1308,9 @@ msgstr "Server location" msgid "Choosing Save settings will connect to the selected country." msgstr "Choosing Save settings will connect to the selected country." +msgid "Choosing Connect %s will connect to a recommended server." +msgstr "Choosing Connect %s will connect to a recommended server." + msgid "Select a country from the server location list" msgstr "Select a country from the server location list" diff --git a/templates/provider/general.php b/templates/provider/general.php index 353d5494..b7e7c5dd 100644 --- a/templates/provider/general.php +++ b/templates/provider/general.php @@ -34,9 +34,12 @@
-
+
Save settings will connect to the selected country."); ?>
+
+ Connect %s will connect to a recommended server."), $providerName); ?> +