mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix spelling
Move setting above allowSelfIV
This commit is contained in:
parent
3afac31a30
commit
c6147da1b8
@ -172,15 +172,6 @@
|
||||
true
|
||||
] call CBA_settings_fnc_init;
|
||||
|
||||
[
|
||||
QGVAR(allowSelfIV),
|
||||
"LIST",
|
||||
[LSTRING(AllowSelfIV_DisplayName), LSTRING(AllowSelfIV_Description)],
|
||||
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
|
||||
[[0, 1], [ELSTRING(common,No), ELSTRING(common,Yes)], 1],
|
||||
true
|
||||
] call CBA_settings_fnc_init;
|
||||
|
||||
[
|
||||
QGVAR(medicIV),
|
||||
"LIST",
|
||||
@ -190,6 +181,15 @@
|
||||
true
|
||||
] call CBA_settings_fnc_init;
|
||||
|
||||
[
|
||||
QGVAR(allowSelfIV),
|
||||
"LIST",
|
||||
[LSTRING(AllowSelfIV_DisplayName), LSTRING(AllowSelfIV_Description)],
|
||||
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
|
||||
[[0, 1], [ELSTRING(common,No), ELSTRING(common,Yes)], 1],
|
||||
true
|
||||
] call CBA_settings_fnc_init;
|
||||
|
||||
[
|
||||
QGVAR(cprSuccessChance),
|
||||
"SLIDER",
|
||||
|
@ -514,7 +514,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Treatment_MedicIV_Description">
|
||||
<English>Training level required to transfuse IVs.</English>
|
||||
<German>'Fähigkeiten-Level', das benötigt wird, um Blut zu transfunieren.</German>
|
||||
<German>'Fähigkeiten-Level', das benötigt wird, um Blut zu transfundieren.</German>
|
||||
<Polish>Poziom wyszkolenia potrzebny aby móc przetaczać płyny IV.</Polish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Treatment_ConvertItems_DisplayName">
|
||||
|
Loading…
Reference in New Issue
Block a user