]> git.lyx.org Git - features.git/commitdiff
indicate that we're opening a dialog.
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Dec 2009 08:37:08 +0000 (08:37 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Dec 2009 08:37:08 +0000 (08:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32430 a592a061-630c-0410-9148-cb99ea01b6c8

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"),