From: Richard Kimberly Heck Date: Mon, 22 Jul 2024 20:21:31 +0000 (-0400) Subject: Typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fb919e653d4aac70101ced9dbabcd340d070258a;p=lyx.git Typo --- diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp index 6eac7d9fab..6aba03373f 100644 --- a/src/frontends/qt/GuiPrefs.cpp +++ b/src/frontends/qt/GuiPrefs.cpp @@ -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,