mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Fix minor [Press ACTION to save your game] overflow in Turkish
When ACTION is filled in, the closing ] will go offscreen. To fix it, I simply removed the square brackets.
This commit is contained in:
parent
148b518745
commit
1dc7ed4d65
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@
|
|||
<string english="ERROR: Could not save settings file!" translation="HATA: Ayarlar dosyası kaydedilemedi!" explanation="" max="38*2"/>
|
||||
<string english="Game saved ok!" translation="Oyun başarıyla kaydedildi!" explanation="in-game menu" max="38*2"/>
|
||||
<string english="[Press ACTION to save your game]" translation="[AKSİYON tuşuna basarak kaydet]" explanation="***OUTDATED***" max="40"/>
|
||||
<string english="[Press {button} to save your game]" translation="[Oyunu kaydetmek için {button} tuşuna bas]" explanation="in-game menu. Expect `ACTION`" max="40"/>
|
||||
<string english="[Press {button} to save your game]" translation="Oyunu kaydetmek için {button} tuşuna bas" explanation="in-game menu. Expect `ACTION`" max="40"/>
|
||||
<string english="(Note: The game is autosaved at every teleporter.)" translation="(Not: Işınlayıcılarda otomatik kaydedilir.)" explanation="in-game menu" max="38*3"/>
|
||||
<string english="Last Save:" translation="Son Kayıt:" explanation="in-game menu" max="40"/>
|
||||
<string english="Return to main menu?" translation="Ana menüye dönülsün mü?" explanation="in-game menu" max="38*4"/>
|
||||
|
|
Loading…
Reference in a new issue