mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Progress bar localization
This commit is contained in:
parent
7da6e2a35f
commit
2577992dfc
@ -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 = {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user