From d56a88897bcaa9d552d1d2b90c33b7c6e29e330a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 21 Sep 2012 10:42:17 +0200 Subject: Avoid use of ""/"" * Use "" for form labels. * Use ""/"" for important text. * Use "

"/"

" for headings. * Drop ""/"" everywhere else. Signed-off-by: Lukas Fleischer --- web/lib/translator.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lib/translator.inc.php') diff --git a/web/lib/translator.inc.php b/web/lib/translator.inc.php index 382160c..2093cf7 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!", "", ""); +# print __("This is a %smajor%s problem!", "", ""); include_once('config.inc.php'); include_once('gettext.php'); -- cgit v1.2.3-54-g00ecf