浏览代码

small config fixes

Laserlicht 1 年之前
父节点
当前提交
2e7ac8d02d
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      Mods/vcmi/config/vcmi/english.json
  2. 1 1
      Mods/vcmi/config/vcmi/german.json
  3. 2 2
      config/widgets/turnOptionsTab.json

+ 1 - 1
Mods/vcmi/config/vcmi/english.json

@@ -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",

+ 1 - 1
Mods/vcmi/config/vcmi/german.json

@@ -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",

+ 2 - 2
config/widgets/turnOptionsTab.json

@@ -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}
 		}
 	],