mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
Updating translation strings. Don't use ':' as last char.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user