translation update
This commit is contained in:
parent
0a1c37fc86
commit
055b62d3a2
|
@ -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 . "&HelpNumber=" . $data['help'] . "\" target=\"lamhelp\">" . _("Help") . "</a>\n";
|
||||
|
|
Loading…
Reference in New Issue