[graphics/drawy] src/widgets/keybindings: Fix minor typo
Yuri Chornoivan <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c46260ac250a2f7f8aa789eb63e403ec6b5bc692 by Yuri Chornoivan.
Committed on 22/07/2026 at 12:31.
Pushed by yurchor into branch 'master'.
Fix minor typo
M +1 -1 src/widgets/keybindings/actionmanager.cpp
https://invent.kde.org/graphics/drawy/-/commit/c46260ac250a2f7f8aa789eb63e403ec6b5bc692
diff --git a/src/widgets/keybindings/actionmanager.cpp b/src/widgets/keybindings/actionmanager.cpp
index 0c69696b..2b82aa6c 100644
--- a/src/widgets/keybindings/actionmanager.cpp
+++ b/src/widgets/keybindings/actionmanager.cpp
@@ -153,7 +153,7 @@ ActionManager::ActionManager(KActionCollection *actionCollection, ApplicationCon
createAction(Action::UnLockItem, i18nc("@action", "Unlock"), {}, this, &ActionManager::slotUnLock)->setIcon(QIcon::fromTheme(u"unlock"_s));
- createAction(Action::AddCustomElement, i18nc("@action", "Add to Librairy"), {}, this, &ActionManager::slotAddCustomElement);
+ createAction(Action::AddCustomElement, i18nc("@action", "Add to Library"), {}, this, &ActionManager::slotAddCustomElement);
createAction(Action::Debug, i18nc("@action", "Debug"), {}, this, &ActionManager::slotDebug);
#if HAVE_WHATSNEWSNGSUPPORT