diff options
Diffstat (limited to 'web/lib/translator.inc.php')
-rw-r--r-- | web/lib/translator.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/translator.inc.php b/web/lib/translator.inc.php index 382160cc..2093cf79 100644 --- a/web/lib/translator.inc.php +++ b/web/lib/translator.inc.php @@ -9,7 +9,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR # # examples: # print __("%s has %s apples.", "Bill", "5"); -# print __("This is a %smajor%s problem!", "<b>", "</b>"); +# print __("This is a %smajor%s problem!", "<strong>", "</strong>"); include_once('config.inc.php'); include_once('gettext.php'); |