KeyMap.cpp: more consistent messages

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31234 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-08-29 19:44:56 +00:00
parent e1d83f419c
commit f37516f116

View 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;
}