From: Uwe Stöhr Date: Sat, 29 Aug 2009 19:44:56 +0000 (+0000) Subject: KeyMap.cpp: more consistent messages X-Git-Tag: 2.0.0~5582 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f37516f116eb45becc4a02392271ebcefac836c9;p=features.git KeyMap.cpp: more consistent messages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31234 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/KeyMap.cpp b/src/KeyMap.cpp index bf63ffe0be..51aefe560e 100644 --- a/src/KeyMap.cpp +++ b/src/KeyMap.cpp @@ -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; }