Skip to content

Commit

Permalink
removed touch control warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GTcreyon committed Apr 14, 2022
1 parent 06b13fc commit 72bada7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion gui/pause/options/options.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ margin_top = -8.0
margin_right = 188.0
margin_bottom = 7.0
custom_fonts/font = ExtResource( 2 )
text = "Enable touch controls [Warning: Turning this off will softlock on mobile devices!]"
text = "Enable touch controls"

[node name="LocaleSelect" type="OptionButton" parent="Margin"]
margin_top = 44.0
Expand Down
6 changes: 2 additions & 4 deletions locale/translations/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ msgstr ""
"Deshabilitar límite de cámara [Prueba esto si la cámara no funciona bien]"

#: ../gui/pause/options/options.tscn:43
msgid ""
"Enable touch controls [Warning: Turning this off will softlock on mobile "
"devices!]"
msgstr "Habilitar controles táctiles [No apagar en dispositivos móviles]"
msgid "Enable touch controls"
msgstr "Habilitar controles táctiles"

#: ../gui/timer/timer.tscn:37
msgid "0:00"
Expand Down
8 changes: 2 additions & 6 deletions locale/translations/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,8 @@ msgstr ""
"Désactiver les contraintes de caméra [Essayez ça si la caméra détraque]"

#: ../gui/pause/options/options.tscn:49
msgid ""
"Enable touch controls [Warning: Turning this off will softlock on mobile "
"devices!]"
msgstr ""
"Activer les contrôles tactiles [Attention: Le désactiver pourrait causer des "
"softlocks sur les supports mobiles!]"
msgid "Enable touch controls"
msgstr "Activer les contrôles tactiles"

#: ../gui/timer/timer.tscn:38
msgid "0:00"
Expand Down
8 changes: 2 additions & 6 deletions locale/translations/it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,8 @@ msgstr ""
"Disabilita i limiti della telecamera [Prova questa se la telecamera è rotta]"

#: ../gui/pause/options/options.tscn:43
msgid ""
"Enable touch controls [Warning: Turning this off will softlock on mobile "
"devices!]"
msgstr ""
"Abilita controlli touch [Attenzione: la sua disattivazione risulterà in un "
"softlock sui dispositivi mobili!]"
msgid "Enable touch controls"
msgstr "Abilita controlli touch"

#: ../gui/timer/timer.tscn:37
msgid "0:00"
Expand Down
6 changes: 2 additions & 4 deletions locale/translations/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ msgid "Disable camera limiting [Try this if the camera is broken]"
msgstr "Schakel camera limieten uit [Probeer dit als de camera stuk is]"

#: ../gui/pause/options/options.tscn:49
msgid ""
"Enable touch controls [Warning: Turning this off will softlock on mobile "
"devices!]"
msgstr "Schakel aanraakbedieningen in [Niet afzetten voor mobiele apparaten!]"
msgid "Enable touch controls"
msgstr "Schakel aanraakbedieningen in"

#: ../gui/timer/timer.tscn:38
msgid "0:00"
Expand Down

0 comments on commit 72bada7

Please sign in to comment.