From 0611e367a9a3f7d73b2a0ec36f6a46abf12a6734 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 19 Jan 2004 19:43:17 +0000 Subject: [PATCH] marked "See also" for translation --- lam-0.4/templates/help.php | 2 +- lam/templates/help.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam-0.4/templates/help.php b/lam-0.4/templates/help.php index e2ca8712..27964637 100644 --- a/lam-0.4/templates/help.php +++ b/lam-0.4/templates/help.php @@ -87,7 +87,7 @@ function displayHelp($helpNumber) //echo "

" . $helpArray[$helpNumber]['Text'] . "

\n"; if($helpArray[$helpNumber]["SeeAlso"] <> "") { - echo "

See also: " . $helpArray[$helpNumber]['SeeAlso'] . "

\n"; + echo "

" . _("See also") . ": " . $helpArray[$helpNumber]['SeeAlso'] . "

\n"; } echoHTMLFoot(); } diff --git a/lam/templates/help.php b/lam/templates/help.php index e2ca8712..27964637 100644 --- a/lam/templates/help.php +++ b/lam/templates/help.php @@ -87,7 +87,7 @@ function displayHelp($helpNumber) //echo "

" . $helpArray[$helpNumber]['Text'] . "

\n"; if($helpArray[$helpNumber]["SeeAlso"] <> "") { - echo "

See also: " . $helpArray[$helpNumber]['SeeAlso'] . "

\n"; + echo "

" . _("See also") . ": " . $helpArray[$helpNumber]['SeeAlso'] . "

\n"; } echoHTMLFoot(); }