mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
Fix minor typo
This commit is contained in:
parent
003b5738c4
commit
6057e782af
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ KCM.SimpleKCM {
|
||||||
MobileForm.FormComboBoxDelegate {
|
MobileForm.FormComboBoxDelegate {
|
||||||
id: topRightActionDrawerModeDelegate
|
id: topRightActionDrawerModeDelegate
|
||||||
text: i18n("Top Right Drawer Mode")
|
text: i18n("Top Right Drawer Mode")
|
||||||
description: i18n("Mode when opening from from the top right.")
|
description: i18n("Mode when opening from the top right.")
|
||||||
|
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
// we can't use i18n with ListElement
|
// we can't use i18n with ListElement
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue