* src/frontends/qt4/GuiPrefs.cpp: fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21418 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-11-04 11:12:59 +00:00
parent 48b2b1d329
commit 097d1d3215

View File

@ -2078,7 +2078,7 @@ void PrefShortcuts::shortcut_okPB_pressed()
// if both lfun and shortcut is valid // if both lfun and shortcut is valid
if (user_bind_.hasBinding(k, func) || system_bind_.hasBinding(k, func)) { if (user_bind_.hasBinding(k, func) || system_bind_.hasBinding(k, func)) {
Alert::error(_("Failed to create shortcut"), Alert::error(_("Failed to create shortcut"),
_("Shortcut is alreay defined")); _("Shortcut is already defined"));
return; return;
} }