]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
next step...
[lyx.git] / src / lyx_cb.C
index 75da0511a5f3db2564707cb3ca0858335d10c2c2..4d5787a354f6d20e26a0fd01f6e7cbd1db671668 100644 (file)
@@ -263,11 +263,11 @@ int MenuRunChktex(Buffer * buffer)
                        s = _("No warnings found.");
                } else if (ret == 1) {
                        s = _("One warning found.");
-                       t = _("Use 'Edit->Go to Error' to find it.");
+                       t = _("Use `Navigate->Error' to find it.");
                } else {
                        s += tostr(ret);
                        s += _(" warnings found.");
-                       t = _("Use 'Edit->Go to Error' to find them.");
+                       t = _("Use `Navigate->Error' to find them.");
                }
                WriteAlert(_("Chktex run successfully"), s, t);
        } else {