]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.cpp
Generate the magic label always. We'll need it other times, when we do
[lyx.git] / 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;
                }