mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
Add missing i18n
This commit is contained in:
parent
477d6c1c79
commit
611124df04
1 changed files with 3 additions and 3 deletions
|
|
@ -91,17 +91,17 @@ Kirigami.ApplicationWindow {
|
|||
currentIndex: pageStack.currentIndex
|
||||
|
||||
TabButton {
|
||||
text: "Foo"
|
||||
text: i18n("History")
|
||||
icon.name: "view-pim-contacts"
|
||||
onClicked: pageStack.currentIndex = 0
|
||||
}
|
||||
TabButton {
|
||||
text: "Contacts"
|
||||
text: i18n("Contacts")
|
||||
icon.name: "view-pim-contacts"
|
||||
onClicked: pageStack.currentIndex = 1
|
||||
}
|
||||
TabButton {
|
||||
text: "Dialer"
|
||||
text: i18n("Dialer")
|
||||
icon.name: "view-pim-contacts"
|
||||
onClicked: pageStack.currentIndex = 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue