Next fixes to db_pager usage/behaviour.
[fa-stable.git] / dimensions / dimension_entry.php
index bf6fe3eeb1b179e0513486c869870d3b984f7823..af266300bbef89dad7433853b94fa2d134d2692e 100644 (file)
@@ -76,9 +76,9 @@ function safe_exit()
 {
        global $path_to_root;
 
-       hyperlink_no_params("", _("Enter a new dimension"));
+       hyperlink_no_params("", _("Enter a &new dimension"));
        echo "<br>";
-       hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("Select an existing dimension"));
+       hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("&Select an existing dimension"));
 
        display_footer_exit();
 }