From 5f6fe77c9184a3457b6c3577160883a50795f772 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 19 Nov 2017 23:20:11 +0100 Subject: [PATCH] Fix phpstorm inspections --- Theme/Backend/Lang/en.lang.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 6381567..f499ed7 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -39,7 +39,6 @@ return ['ProjectManagement' => [ 'Manual' => 'Manual', 'Linear' => 'Linear', 'Exponential' => 'Exponential', - 'Progress' => 'Progress', 'Log' => 'Log', 'Tasks' => 'Tasks', ]];