diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index fdac790320..331d6e87b1 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -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"),