Fix misprint in maptools (#4957)

This commit is contained in:
Dystopian 2017-11-12 07:39:37 +02:00 committed by PabstMirror
parent 93e69adcb5
commit 95434c521b
3 changed files with 7 additions and 7 deletions

View File

@ -7,11 +7,11 @@ class ACE_Settings {
description = CSTRING(rotateModifierKey_description);
values[] = {"$STR_A3_OPTIONS_DISABLED", "ALT", "CTRL", "SHIFT"};
};
class GVAR(drawStaightLines) {
class GVAR(drawStraightLines) {
value = 1;
typeName = "BOOL";
isClientSettable = 1;
displayName = CSTRING(drawStaightLines_displayName);
description = CSTRING(drawStaightLines_description);
displayName = CSTRING(drawStraightLines_displayName);
description = CSTRING(drawStraightLines_description);
};
};

View File

@ -16,7 +16,7 @@
*/
#include "script_component.hpp"
if (!GVAR(drawStaightLines)) exitWith {};
if (!GVAR(drawStraightLines)) exitWith {};
params ["_theMap", "_roamerWidth"];
GVAR(mapTool_pos) params ["_roamerPosX", "_roamerPosY"];

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="MapTools">
<Key ID="STR_ACE_MapTools_Name">
@ -201,7 +201,7 @@
<Chinesesimp>修改旋转地图工具的按键</Chinesesimp>
<Chinese>修改旋轉地圖工具的按鍵</Chinese>
</Key>
<Key ID="STR_ACE_MapTools_drawStaightLines_displayName">
<Key ID="STR_ACE_MapTools_drawStraightLines_displayName">
<English>Draw straight lines with maptools</English>
<Japanese>マップ ツールを使って直線を書く</Japanese>
<German>Zeichne gerade Linien mit dem Kartenwerkzeug</German>
@ -212,7 +212,7 @@
<Chinesesimp>使用地图工具来绘制直线</Chinesesimp>
<Chinese>使用地圖工具來繪製直線</Chinese>
</Key>
<Key ID="STR_ACE_MapTools_drawStaightLines_description">
<Key ID="STR_ACE_MapTools_drawStraightLines_description">
<English>Draw on the edge of maptools to draw straight lines. Note: Must hover at midpoint to delete.</English>
<Japanese>マップ ツールの端から直線を書きます。メモ:線の中央ホバーすると削除します。</Japanese>
<German>Zeichne gerade Linien am Rand des Kartenwerkzeugs. Hinweis: zum Löschen über den Mittelpunkt der Linie fahren</German>