Merge pull request #929 from vamo89/vamo89-patch-2

Update translations
This commit is contained in:
Konrad Kuśnierz
2019-03-06 14:36:15 +01:00
committed by GitHub
7 changed files with 158 additions and 49 deletions

View File

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

View File

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