]> git.lyx.org Git - features.git/commitdiff
KeyMap.cpp: more consistent messages
authorUwe Stöhr <uwestoehr@web.de>
Sat, 29 Aug 2009 19:44:56 +0000 (19:44 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 29 Aug 2009 19:44:56 +0000 (19:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31234 a592a061-630c-0410-9148-cb99ea01b6c8

src/KeyMap.cpp

index bf63ffe0bebdebd6645d02033e252490eca9a0f2..51aefe560e5b29fed2536b11d236c0e24e783c6f 100644 (file)
@@ -226,8 +226,8 @@ bool KeyMap::read(string const & bind_file, KeyMap * unbind_map, BindReadType rt
 
                static string const defaultBindfile = "cua";
                if (bind_file == defaultBindfile) {
-                       frontend::Alert::warning(_("Could not find cua bind file"),
-                               _("Unable to find the default bind file `cua'.\n"
+                       frontend::Alert::warning(_("Could not find `cua.bind' file"),
+                               _("Unable to find the default bind file `cua.bind'.\n"
                                   "Please check your installation."));
                        return false;
                }