Remove some common and duplicate translations

This commit is contained in:
ebaydayz
2016-11-07 16:14:20 -05:00
parent 33ed3737a5
commit 01307f9a42
11 changed files with 15 additions and 151 deletions

View File

@@ -189,7 +189,7 @@ class DZ_GroupDialog {
};
class Kick: DZ_GroupButton {
idc = 4;
text = $STR_EPOCH_KICK;
text = $STR_DISP_MP_DS_KICK;
onButtonClick = "(_this select 0) ctrlShow false; call dayz_kickFromGroup;";
y = .239;
};