diff --git a/addons/cargo/functions/fnc_startLoadIn.sqf b/addons/cargo/functions/fnc_startLoadIn.sqf
index 767e5b8d68f..83325b4cdef 100644
--- a/addons/cargo/functions/fnc_startLoadIn.sqf
+++ b/addons/cargo/functions/fnc_startLoadIn.sqf
@@ -76,7 +76,7 @@ if ([_item, _vehicle] call FUNC(canLoadItemIn)) then {
[QEGVAR(common,fixFloating), _item, _item] call CBA_fnc_targetEvent;
};
},
- LLSTRING(loadingItem),
+ format [LLSTRING(loadingItem), [_item, true] call FUNC(getNameItem), getText (configOf _vehicle >> "displayName")],
{
(_this select 0) call FUNC(canLoadItemIn)
},
diff --git a/addons/cargo/functions/fnc_startUnload.sqf b/addons/cargo/functions/fnc_startUnload.sqf
index 2fe9e923c2b..d662bd3f734 100644
--- a/addons/cargo/functions/fnc_startUnload.sqf
+++ b/addons/cargo/functions/fnc_startUnload.sqf
@@ -58,7 +58,7 @@ if (GVAR(interactionParadrop)) exitWith {
[LSTRING(unlevelFlightWarning)] call EFUNC(common,displayTextStructured);
};
},
- LLSTRING(unloadingItem),
+ format [LLSTRING(unloadingItem), [_item, true] call FUNC(getNameItem), getText (configOf GVAR(interactionVehicle) >> "displayName")],
{
(_this select 0) params ["", "_target"];
@@ -109,7 +109,7 @@ if ([_item, GVAR(interactionVehicle), _unit] call FUNC(canUnloadItem)) then {
{
TRACE_1("unload fail",_this);
},
- LLSTRING(unloadingItem),
+ format [LLSTRING(unloadingItem), [_item, true] call FUNC(getNameItem), getText (configOf GVAR(interactionVehicle) >> "displayName")],
{
(_this select 0) params ["_item", "_vehicle", "_unit"];
diff --git a/addons/cargo/stringtable.xml b/addons/cargo/stringtable.xml
index 5e42af6c134..579f30d0a7c 100644
--- a/addons/cargo/stringtable.xml
+++ b/addons/cargo/stringtable.xml
@@ -241,36 +241,12 @@
从<br/>%2卸载<br/>%1
- Loading Cargo
- Belade
- Carregando carga
- Ładowanie cargo
- Nakládám
- Погрузка
- Caricando
- Cargando
- Chargement de la cargaison
- カーゴへ積み込んでいます
- 화물 싣기
- 裝載貨物中
- 正在装载货物
- Kargo Yükleniyor
+ Loading %1 into %2...
+ Cargando %1 en %2...
- Unloading Cargo
- Entlade
- Descarregando carga
- Rozładowywanie cargo
- Vykládám
- Выгрузка
- Scaricando
- Descargando
- Déchargement de la cargaison
- カーゴから降ろしています
- 화물 내리기
- 卸載貨物中
- 正在卸载货物
- Kargo Boşaltılıyor
+ Unloading %1 from %2...
+ Descargando %1 de %2...
%1<br/>could not be loaded