diff --git a/SQF/dayz_code/actions/player_harvestPlant.sqf b/SQF/dayz_code/actions/player_harvestPlant.sqf
index 099af1025..0258a93d1 100644
--- a/SQF/dayz_code/actions/player_harvestPlant.sqf
+++ b/SQF/dayz_code/actions/player_harvestPlant.sqf
@@ -3,12 +3,14 @@
Usage: spawn player_harvestPlant;
Made for DayZ Epoch please ask permission to use/edit/distrubute email vbawol@veteranbastards.com.
*/
-private ["_isOk","_i","_objName","_finished","_proceed","_itemOut","_countOut","_plant","_findNearestPlant","_index","_invResult","_text","_playerNear"];
+
+closeDialog 0;
if (dayz_actionInProgress) exitWith {localize "str_epoch_player_72" call dayz_rollingMessages;};
dayz_actionInProgress = true;
-call gear_ui_init;
+private ["_isOk","_i","_objName","_finished","_proceed","_itemOut","_countOut","_plant","_findNearestPlant","_index","_invResult","_text","_playerNear"];
+
_countOut = 0;
_findNearestPlant = [];
diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml
index 85192efb3..f0b08e3d7 100644
--- a/SQF/dayz_code/stringtable.xml
+++ b/SQF/dayz_code/stringtable.xml
@@ -17693,7 +17693,7 @@
Harvest is already in progress.
- Holzhacken bereits im Gange.
+ Ernten bereits im Gange.
Уже собирается.
Je bent al aan het oogsten.
La récolte est déjà en cours.
@@ -17701,7 +17701,7 @@
Canceled Harvesting.
- Holzhacken abgebrochen.
+ Ernten abgebrochen.
Сбор отменён.
Gestopt met oogsten.
Récolte annulée.
@@ -17709,7 +17709,7 @@
You must be close to a plant to harvest.
- Du musst in der Nähe eines Baumes sein, um Holz hacken zu können.
+ Du musst in der Nähe eines Baumes oder einer Pflanze sein, um etwas Abernten zu können.
Вы должны быть близко к растению, чтобы взять его.
Je moet in de buurt van een plant zijn om te oogsten.
Vous devez être près d'une plante pour la récolter.