Progress bar localization

This commit is contained in:
esteldunedain 2016-02-04 20:43:32 -03:00
parent 7da6e2a35f
commit 2577992dfc
2 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,7 @@ private _fnc_onFailure = {
(_this select 0) params ["_unit"];
_unit setVariable [QGVAR(isDiggingId), -1, true];
};
[12.5, [_unit], _fnc_onFinish, _fnc_onFailure, "Digging trench..."] call EFUNC(common,progressBar);
[12.5, [_unit], _fnc_onFinish, _fnc_onFailure, localize LSTRING(DiggingTrench)] call EFUNC(common,progressBar);
// Schedule progressive raising of the trench
private _fnc_setPlacing = {

View File

@ -36,5 +36,8 @@
<Key ID="STR_ACE_Trenches_ScrollAction">
<English>+Ctrl rotate</English>
</Key>
<Key ID="STR_ACE_Trenches_DiggingTrench">
<English>Digging Trench</English>
</Key>
</Package>
</Project>