translation update

This commit is contained in:
Roland Gruber 2004-10-09 11:07:05 +00:00
parent 0a1c37fc86
commit 055b62d3a2
1 changed files with 2 additions and 2 deletions

View File

@ -238,10 +238,10 @@ function showColumnData($module, $data) {
echo "<br>\n";
echo "<ul>\n";
echo "<li>\n";
echo "<b>" . _("Identifier:") . "</b> " . $data['name'] . "\n";
echo "<b>" . _("Identifier") . ":</b> " . $data['name'] . "\n";
echo "</li>\n";
echo "<li>\n";
echo "<b>" . _("Example value:") . "</b> " . $data['example'] . "\n";
echo "<b>" . _("Example value") . ":</b> " . $data['example'] . "\n";
echo "</li>\n";
echo "<li>\n";
echo "<a href=\"help.php?module=" . $module . "&amp;HelpNumber=" . $data['help'] . "\" target=\"lamhelp\">" . _("Help") . "</a>\n";