Updating translation strings. Don't use ':' as last char.

This commit is contained in:
Victor Oliveira
2018-01-03 20:38:53 -02:00
parent a7b910a755
commit edd54cc5f6
4 changed files with 6 additions and 6 deletions

View File

@@ -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