From f37516f116eb45becc4a02392271ebcefac836c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 29 Aug 2009 19:44:56 +0000 Subject: [PATCH] KeyMap.cpp: more consistent messages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31234 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/KeyMap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2