mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added missing progress bar display text
This commit is contained in:
parent
c9ff497c83
commit
e8ccddfc2c
@ -250,6 +250,7 @@ class ACE_Medical_Actions {
|
||||
treatmentTime = 2.5;
|
||||
callbackSuccess = QUOTE(DFUNC(actionRemoveTourniquet));
|
||||
condition = QUOTE([ARR_2(_this select 1, _this select 2)] call FUNC(hasTourniquetAppliedTo));
|
||||
displayNameProgress = "$STR_ACE_Medical_RemovingTourniquet";
|
||||
};
|
||||
class CPR: fieldDressing {
|
||||
displayName = "$STR_ACE_Medical_Actions_CPR";
|
||||
|
@ -2432,5 +2432,8 @@
|
||||
<French>Traitement ...</French>
|
||||
<Russian>Лечение ...</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_RemovingTourniquet">
|
||||
<English>Removing Tourinquet ...</English>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user