]> git.lyx.org Git - features.git/commitdiff
Change string
authorPavel Sanda <sanda@lyx.org>
Mon, 7 Dec 2009 23:27:24 +0000 (23:27 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 7 Dec 2009 23:27:24 +0000 (23:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32420 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index fdac790320c3575d0284e510040454e73faac39d..331d6e87b1884c8b44e65f0d5ff87d2ccdfe7834 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"), _("See &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"),