mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
e1d83f419c
commit
f37516f116
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user