Change string

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32420 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-12-07 23:27:24 +00:00
parent cef0077454
commit 01f46c0079

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