]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FindAndReplace.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / FindAndReplace.cpp
index fd36f45f4cd1872e3284c5acf830cd4d784bc08f..50f3641b5700fa6ad0442a08c84dd0dea7f3bd49 100644 (file)
@@ -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;