From f5fe6579591b604e9606a82608c3e88fb21a1c88 Mon Sep 17 00:00:00 2001 From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de> Date: Mon, 2 Sep 2019 16:36:56 +0200 Subject: [PATCH] Rename plugin in de language --- lang/de/tool_lifecycle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/tool_lifecycle.php b/lang/de/tool_lifecycle.php index 21ded9e..5aac9ee 100644 --- a/lang/de/tool_lifecycle.php +++ b/lang/de/tool_lifecycle.php @@ -23,8 +23,8 @@ */ -$string['pluginname'] = 'Life Cycle'; -$string['plugintitle'] = 'Life Cycle'; +$string['pluginname'] = 'Kurs-Lebenszyklus'; +$string['plugintitle'] = 'Kurs-Lebenszyklus'; $string['lifecycle:managecourses'] = 'Darf Kurse in tool_lifecycle verwalten.'; -- GitLab