diff --git a/addons/breathing/CfgVehicles.hpp b/addons/breathing/CfgVehicles.hpp
index 9afba3b8b..59c8dd38c 100644
--- a/addons/breathing/CfgVehicles.hpp
+++ b/addons/breathing/CfgVehicles.hpp
@@ -4,7 +4,7 @@ class CfgVehicles {
class kat_PulseoximeterItem: Item_Base_F {
scope = 2;
scopeCurator = 2;
- displayName= CSTRING(Pulseoximeter_Desc_Short);
+ displayName= CSTRING(Pulseoximeter);
author = "Katalam";
vehicleClass = "Items";
class TransportItems {
diff --git a/addons/breathing/CfgWeapons.hpp b/addons/breathing/CfgWeapons.hpp
index e2003c3d9..51075d00a 100644
--- a/addons/breathing/CfgWeapons.hpp
+++ b/addons/breathing/CfgWeapons.hpp
@@ -7,7 +7,7 @@ class CfgWeapons {
scopeCurator = 2;
scopeArsenal = 2;
author = "Katalam";
- displayName = CSTRING(Pulseoximeter_Desc_Short);
+ displayName = CSTRING(Pulseoximeter);
descriptionShort = CSTRING(Pulseoximeter_Desc_Short);
picture = QPATHTOF(ui\Pulseoximeter_normal.paa);
model = QPATHTOF(models\pulseox\pulseox.p3d);
diff --git a/addons/breathing/functions/fnc_gui_updateInjuryListPart.sqf b/addons/breathing/functions/fnc_gui_updateInjuryListPart.sqf
index 403aa8c33..0be79479c 100644
--- a/addons/breathing/functions/fnc_gui_updateInjuryListPart.sqf
+++ b/addons/breathing/functions/fnc_gui_updateInjuryListPart.sqf
@@ -46,7 +46,7 @@ if (GVAR(showCyanosis) && _selectionN in [0,2,3]) then {
if (_target getVariable [QGVAR(pulseoximeter), false] && _selectionN in [2,3]) then {
if((_target getVariable [QGVAR(PulseOximeter_Attached), [0,0]] select (_selectionN - 2)) > 0) then {
- _entries pushback [LLSTRING(Pulseoximeter_Desc_Short), [0.3, 0.8, 0.8, 1]];
+ _entries pushback [LLSTRING(Pulseoximeter), [0.3, 0.8, 0.8, 1]];
};
};
diff --git a/addons/breathing/stringtable.xml b/addons/breathing/stringtable.xml
index 30bb45a87..6a7b09d48 100644
--- a/addons/breathing/stringtable.xml
+++ b/addons/breathing/stringtable.xml
@@ -228,7 +228,7 @@
Remover Oxímetro de Pulso
Irrota pulssioksimetri
-
+
Pulse Oximeter
Pulsoximeter
Pulsoksymetr
@@ -245,6 +245,10 @@
Oxímetro de Pulso
Pulssioksimetri
+
+ Used to read pulse rate and SpO2
+ 脈拍数とSpO2を読み取るのに使用
+
Placing
Anlegen