mirror of
https://github.com/muesli/telephant
synced 2025-02-16 19:48:24 +00:00
Make menu items translatable
This commit is contained in:
parent
ad6b33148b
commit
094b8a9397
1 changed files with 2 additions and 2 deletions
|
@ -123,11 +123,11 @@ ApplicationWindow {
|
|||
transformOrigin: Menu.TopRight
|
||||
|
||||
MenuItem {
|
||||
text: "Settings"
|
||||
text: qsTr("Settings")
|
||||
onTriggered: settingsDialog.open()
|
||||
}
|
||||
MenuItem {
|
||||
text: "About"
|
||||
text: qsTr("About")
|
||||
onTriggered: aboutDialog.open()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue