mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Fix translations, there were all broken
This commit is contained in:
@@ -6,7 +6,7 @@ Panel
|
||||
OptionCheckBox
|
||||
id: autoChaseOverride
|
||||
!text: tr('Allow auto chase override')
|
||||
|
||||
|
||||
OptionCheckBox
|
||||
id: smartWalk
|
||||
!text: tr('Enable smart walking')
|
||||
@@ -20,7 +20,7 @@ Panel
|
||||
OptionCheckBox
|
||||
id: enableMusic
|
||||
!text: tr('Enable music')
|
||||
|
||||
|
||||
OptionCheckBox
|
||||
id: showPing
|
||||
!text: tr('Show connection ping')
|
||||
@@ -29,3 +29,11 @@ Panel
|
||||
OptionCheckBox
|
||||
id: showLeftPanel
|
||||
!text: tr('Show left panel')
|
||||
|
||||
Button
|
||||
id: changeLocale
|
||||
!text: tr('Change language')
|
||||
@onClick: modules.client_locales.createWindow()
|
||||
anchors.top: prev.bottom
|
||||
anchors.left: prev.left
|
||||
margin-top: 5
|
||||
|
@@ -44,7 +44,7 @@ Panel
|
||||
|
||||
OptionCheckBox
|
||||
id: dontStretchShrink
|
||||
!text: tr('Don\'t stretch/shrink Game Window')
|
||||
!text: tr("Don't stretch or shrink Game Window")
|
||||
|
||||
Label
|
||||
id: backgroundFrameRateLabel
|
||||
|
Reference in New Issue
Block a user