mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 13:18:06 +00:00
Fix item text
This commit is contained in:
parent
66a648ed02
commit
8bcecb04d1
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ Item {
|
|||
|
||||
Menu {
|
||||
id: menu
|
||||
title: qsTr('Settings')
|
||||
title: qsTr('settings')
|
||||
|
||||
MenuItem {
|
||||
text: qsTr('settings')
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ MenuBar {
|
|||
|
||||
Menu {
|
||||
id: menu
|
||||
title: qsTr('Settings')
|
||||
title: qsTr('settings')
|
||||
|
||||
MenuItem {
|
||||
text: qsTr('settings')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue