1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

small config fixes

This commit is contained in:
Laserlicht 2023-12-28 20:55:37 +01:00
parent cb9c4bbaf0
commit 2e7ac8d02d
3 changed files with 4 additions and 4 deletions

View File

@ -306,7 +306,7 @@
"vcmi.optionsTab.simturns.months.2" : " %d months",
"vcmi.optionsTab.extraOptions.hover" : "Extra Options",
"vcmi.optionsTab.extraOptions.help" : "Additional settings for the game.",
"vcmi.optionsTab.extraOptions.help" : "Additional settings for the game",
"vcmi.optionsTab.cheatAllowed.hover" : "Allow cheats",
"vcmi.optionsTab.unlimitedReplay.hover" : "Unlimited battle replay",

View File

@ -300,7 +300,7 @@
"vcmi.optionsTab.simturns.months.2" : "%d Monate",
"vcmi.optionsTab.extraOptions.hover" : "Extra Optionen",
"vcmi.optionsTab.extraOptions.help" : "Zusätzliche Einstellungen für das Spiel.",
"vcmi.optionsTab.extraOptions.help" : "Zusätzliche Einstellungen für das Spiel",
"vcmi.optionsTab.cheatAllowed.hover" : "Cheats erlauben",
"vcmi.optionsTab.unlimitedReplay.hover" : "Unbegrenzte Kampfwiederholung",

View File

@ -316,7 +316,7 @@
},
{
"name": "buttonSimturnsAI",
"position": {"x": 70, "y": 530},
"position": {"x": 70, "y": 535},
"type": "toggleButton",
"image": "lobby/checkbox",
"callback" : "setSimturnAI"
@ -328,7 +328,7 @@
"alignment": "left",
"color": "yellow",
"text": "vcmi.optionsTab.simturnsAI.hover",
"position": {"x": 110, "y": 533}
"position": {"x": 110, "y": 538}
}
],