]> git.lyx.org Git - lyx.git/commitdiff
Typo
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 22 Jul 2024 20:21:31 +0000 (16:21 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 22 Jul 2024 20:21:37 +0000 (16:21 -0400)
src/frontends/qt/GuiPrefs.cpp

index 6eac7d9fab9a9bda489a4b7b9676e9a7d46fd935..6aba03373f87da68eb6b4e69de80b08d52a46a8d 100644 (file)
@@ -2963,7 +2963,7 @@ void PrefShortcuts::updateShortcutsTW()
        systemItem_->setFlags(systemItem_->flags() & ~Qt::ItemIsSelectable);
 
        // listBindings(unbound=true) lists all bound and unbound lfuns
-       // Items in this list is tagged by its source.
+       // Items in this list are tagged by their source.
        KeyMap::BindingList bindinglist = system_bind_.listBindings(true,
                KeyMap::System);
        KeyMap::BindingList user_bindinglist = user_bind_.listBindings(false,