[LyX/master] Fix casing (#13304)
Juergen Spitzmueller <[email protected]>
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 731c80ae54e09790ff964707ef4ef4590a079482 Author: Juergen Spitzmueller <[email protected]> Date: Thu Apr 23 09:15:24 2026 +0200 Fix casing (#13304) --- src/frontends/qt/Menus.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt/Menus.cpp b/src/frontends/qt/Menus.cpp index 91ac59faf9..46eb0af461 100644 --- a/src/frontends/qt/Menus.cpp +++ b/src/frontends/qt/Menus.cpp @@ -1000,13 +1000,13 @@ void MenuDefinition::expandSpellingSuggestions(BufferView const * bv) if (i > 0) add(MenuItem(MenuItem::Separator)); docstring const arg = wl.word() + " " + from_ascii(wl.lang()->lang()); - add(MenuItem(MenuItem::Command, qt_("Add to personal dictionary|r"), + add(MenuItem(MenuItem::Command, qt_("Add to Personal Dictionary|r"), FuncRequest(LFUN_SPELLING_ADD, arg))); - add(MenuItem(MenuItem::Command, qt_("Ignore this occurrence|o"), + add(MenuItem(MenuItem::Command, qt_("Ignore this Occurrence|o"), FuncRequest(LFUN_FONT_NO_SPELLCHECK, arg))); - add(MenuItem(MenuItem::Command, qt_("Ignore all for this session|t"), + add(MenuItem(MenuItem::Command, qt_("Ignore All for this Session|t"), FuncRequest(LFUN_SPELLING_IGNORE, arg))); - add(MenuItem(MenuItem::Command, qt_("Ignore all in this document|u"), + add(MenuItem(MenuItem::Command, qt_("Ignore All in this Document|u"), FuncRequest(LFUN_SPELLING_ADD_LOCAL, arg))); } } -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs