From 507f0dc12a4269838e2aa5b47b0f4289ac1e1612 Mon Sep 17 00:00:00 2001
From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de>
Date: Wed, 4 Sep 2019 14:53:06 +0200
Subject: [PATCH] Alter translation of tools to actions

---
 lang/de/tool_lifecycle.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/de/tool_lifecycle.php b/lang/de/tool_lifecycle.php
index 3e01edb..55958c1 100644
--- a/lang/de/tool_lifecycle.php
+++ b/lang/de/tool_lifecycle.php
@@ -135,7 +135,7 @@ $string['subplugintype_lifecyclestep'] = 'Schritt eines Lifecycle-Prozesses';
 $string['subplugintype_lifecyclestep_plural'] = 'Schritte eines Lifecycle-Prozesses';
 
 $string['nointeractioninterface'] = 'Keine Interaktionsschnittstelle verfügbar!';
-$string['tools'] = 'Dienstprogramme';
+$string['tools'] = 'Aktionen';
 $string['status'] = 'Status';
 $string['date'] = 'Fällligkeitsdatum';
 
-- 
GitLab