Ver Fonte

Merge pull request #375 from Zorrototo/master

Character Encoding setting description fix
DieFeM há 8 anos atrás
pai
commit
55e8939a4a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      lang/English/modules/settings.php

+ 2 - 2
lang/English/modules/settings.php

@@ -45,7 +45,7 @@ define('OGP_LANG_feed_enable_info', "If your webhost has a firewall which is blo
 define('OGP_LANG_feed_url', "Feed URL");
 define('OGP_LANG_feed_url', "Feed URL");
 define('OGP_LANG_feed_url_info', "GrayCube.com is sharing a LGSL feed on the URL:<br><b>http://www.greycube.co.uk/lgsl/feed/lgsl_files/lgsl_feed.php</b>");
 define('OGP_LANG_feed_url_info', "GrayCube.com is sharing a LGSL feed on the URL:<br><b>http://www.greycube.co.uk/lgsl/feed/lgsl_files/lgsl_feed.php</b>");
 define('OGP_LANG_charset', "Character Encoding");
 define('OGP_LANG_charset', "Character Encoding");
-define('OGP_LANG_charset_info', "UTF8, ISO, ASCII, etc... Leave it blank to use ISO encoding.");
+define('OGP_LANG_charset_info', "UTF8, ISO, ASCII, etc... Overrides the character encoding defined in language files. Leave it blank to use language default.");
 define('OGP_LANG_steam_user', "Steam User");
 define('OGP_LANG_steam_user', "Steam User");
 define('OGP_LANG_steam_user_info', "This user is needed to log in to steam for download some new games like CS:GO.");
 define('OGP_LANG_steam_user_info', "This user is needed to log in to steam for download some new games like CS:GO.");
 define('OGP_LANG_steam_pass', "Steam Password");
 define('OGP_LANG_steam_pass', "Steam Password");
@@ -139,4 +139,4 @@ define('OGP_LANG_remove_hosts', "Remove hosts");
 define('OGP_LANG_default_hosts', "Default hosts");
 define('OGP_LANG_default_hosts', "Default hosts");
 define('OGP_LANG_custom_hosts', "Custom hosts");
 define('OGP_LANG_custom_hosts', "Custom hosts");
 
 
-?>
+?>