From 31cc42f602d569e3dd0592ea574767e73cd21f8b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 10:37:40 +0100 Subject: more I18N work --- modules/help.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/help.php') diff --git a/modules/help.php b/modules/help.php index 90c63cfb8..751d6082e 100644 --- a/modules/help.php +++ b/modules/help.php @@ -13,21 +13,21 @@ $tid = sprintf("%d", $_GET["tid"]); - print "
Help
"; + print "
".__('Help')."
"; print "
"; if (file_exists("help/$tid.php")) { include("help/$tid.php"); } else { - print "

Help topic not found.

"; + print "

".__("Help topic not found.")."

"; } print "
"; print "
"; + onclick=\"closeInfoBox()\" value=\"".__('Close this window')."\">"; if (!$_GET["noheaders"]) { print ""; -- cgit v1.2.3-54-g00ecf