Scopes - Hide 'up' direction lettering (#5751)

* Improves readability
This commit is contained in:
ulteq 2017-11-13 00:37:03 +01:00 committed by GitHub
parent 2d3dc6ca99
commit 39c56447d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -43,7 +43,7 @@ if (GVAR(useLegacyUI)) then {
_vertical ctrlSetText "0";
} else {
if (_elevation > 0) then {
_vertical ctrlSetText format[localize LSTRING(DisplayAdjustmentUp), abs(_elevation)];
_vertical ctrlSetText (str _elevation);
} else {
_vertical ctrlSetText format[localize LSTRING(DisplayAdjustmentDown), abs(_elevation)];
};

View File

@ -373,11 +373,6 @@
<Chinesesimp>此模块可为高倍率瞄准镜新增归零风偏,距离用的调整纽。</Chinesesimp>
<Chinese>此模塊可為高倍率瞄準鏡新增歸零風偏,距離用的調整紐。</Chinese>
</Key>
<Key ID="STR_ACE_Scopes_DisplayAdjustmentUp">
<English>%1U</English>
<German>%1H</German>
<French>%1H</French>
</Key>
<Key ID="STR_ACE_Scopes_DisplayAdjustmentDown">
<English>%1D</English>
<German>%1T</German>