Use ellipsis character instead of ...

This commit is contained in:
Tobias Fella
2025-01-17 16:50:12 +01:00
parent 2bcf59c225
commit 111a45ab38
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ Labs.MenuBar {
Labs.MenuItem {
enabled: pageStack.layers.currentItem.title !== i18n("Configure NeoChat…")
text: i18nc("menu", "Configure NeoChat...")
text: i18nc("menu", "Configure NeoChat")
shortcut: StandardKey.Preferences
onTriggered: NeoChatSettingsView.open()

View File

@@ -124,7 +124,7 @@ DelegateContextMenu {
}
Kirigami.Action {
text: i18n("Configure Web Shortcuts...")
text: i18n("Configure Web Shortcuts")
icon.name: "configure"
visible: !Controller.isFlatpak && webshortcutModel.enabled
onTriggered: webshortcutmodel.configureWebShortcuts()