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(); }