mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 09:04:48 +00:00
* 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:
parent
48b2b1d329
commit
097d1d3215
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user