Localization updates

Some localization updates and some code optimization.
This commit is contained in:
oiad
2016-07-17 22:23:25 +12:00
parent d47d887a66
commit 3d75c67574
23 changed files with 188 additions and 179 deletions

View File

@@ -5,7 +5,7 @@ _item = _this;
call gear_ui_init;
closeDialog 1;
if(dayz_workingInprogress) exitWith { "Mining already in progress!" call dayz_rollingMessages;};
if(dayz_workingInprogress) exitWith { localize "STR_MINING_IN_PROGRESS" call dayz_rollingMessages; };
dayz_workingInprogress = true;
// allowed rocks list move this later