X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FFindAndReplace.cpp;h=50f3641b5700fa6ad0442a08c84dd0dea7f3bd49;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=fd36f45f4cd1872e3284c5acf830cd4d784bc08f;hpb=347d4a7d3ecdb90e6f5010879cdcf04774295894;p=lyx.git diff --git a/src/frontends/qt4/FindAndReplace.cpp b/src/frontends/qt4/FindAndReplace.cpp index fd36f45f4c..50f3641b57 100644 --- a/src/frontends/qt4/FindAndReplace.cpp +++ b/src/frontends/qt4/FindAndReplace.cpp @@ -335,10 +335,10 @@ docstring question_string(FindAndReplaceOptions const & opt) } docstring message = opt.forward ? bformat(_("End of %1$s reached while searching forward.\n" - "Continue searching from begin?"), + "Continue searching from the beginning?"), scope) : - bformat(_("Beginning of %1$s reached while searching backwards.\n" - "Continue searching from end?"), + bformat(_("Beginning of %1$s reached while searching backward.\n" + "Continue searching from the end?"), scope); return message;