mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Updating translation strings. Don't use ':' as last char.
This commit is contained in:
@@ -18,7 +18,7 @@ MainWindow
|
||||
|
||||
Label
|
||||
id: currentHotkeysLabel
|
||||
!text: tr('Current hotkeys:')
|
||||
!text: tr('Current hotkeys') .. ':'
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
@@ -70,7 +70,7 @@ MainWindow
|
||||
|
||||
Label
|
||||
id: hotKeyTextLabel
|
||||
!text: tr('Edit hotkey text:')
|
||||
!text: tr('Edit hotkey text') .. ':'
|
||||
enable: false
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
Reference in New Issue
Block a user