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

master^2
Victor Oliveira 6 years ago
parent a7b910a755
commit edd54cc5f6

@ -25,7 +25,7 @@ MainWindow
Label Label
id: openPrivateChannelWithLabel id: openPrivateChannelWithLabel
!text: tr('Open a private message channel:') !text: tr('Open a private message channel') .. ':'
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.bottom: next.top anchors.bottom: next.top

@ -35,7 +35,7 @@ MainWindow
width: 180 width: 180
Label Label
!text: tr('Ignored Players:') !text: tr('Ignored Players') .. ':'
anchors.left: parent.left anchors.left: parent.left
anchors.top: prev.bottom anchors.top: prev.bottom
margin-top: 10 margin-top: 10
@ -108,7 +108,7 @@ MainWindow
width: 180 width: 180
Label Label
!text: tr('Allowed Players:') !text: tr('Allowed Players') .. ':'
anchors.top: prev.bottom anchors.top: prev.bottom
anchors.left: prev.left anchors.left: prev.left
margin-top: 10 margin-top: 10

@ -18,7 +18,7 @@ MainWindow
Label Label
id: currentHotkeysLabel id: currentHotkeysLabel
!text: tr('Current hotkeys:') !text: tr('Current hotkeys') .. ':'
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: parent.top anchors.top: parent.top
@ -70,7 +70,7 @@ MainWindow
Label Label
id: hotKeyTextLabel id: hotKeyTextLabel
!text: tr('Edit hotkey text:') !text: tr('Edit hotkey text') .. ':'
enable: false enable: false
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right

@ -5,7 +5,7 @@ MainWindow
@onEscape: modules.game_viplist.destroyAddWindow() @onEscape: modules.game_viplist.destroyAddWindow()
Label Label
!text: tr('Please enter a character name:') !text: tr('Please enter a character name') .. ':'
anchors.top: parent.top anchors.top: parent.top
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right

Loading…
Cancel
Save