]> git.lyx.org Git - lyx.git/commitdiff
* src/frontends/qt4/GuiPrefs.cpp: fix typo.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 4 Nov 2007 11:12:59 +0000 (11:12 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 4 Nov 2007 11:12:59 +0000 (11:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21418 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

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