]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
That didn't really work. So revert to old CSS for gray notes.
[lyx.git] / src / VCBackend.cpp
index 331d6e87b1884c8b44e65f0d5ff87d2ccdfe7834..61e31f5ac313fcf52dda8c4b176d96b3cd71d991 100644 (file)
@@ -729,7 +729,7 @@ string SVN::repoUpdate()
                                "will be preferred."
                                "\n\nContinue?"), file);
                int ret = frontend::Alert::prompt(_("Changes detected"),
-                               text, 0, 1, _("&Yes"), _("&No"), _("View &Log"));
+                               text, 0, 1, _("&Yes"), _("&No"), _("View &Log ..."));
                if (ret == 2 ) {
                        dispatch(FuncRequest(LFUN_DIALOG_SHOW, "file " + tmpf.absFilename()));
                        ret = frontend::Alert::prompt(_("Changes detected"),