From 6a0de912c7e248dfed840d262781a472369dc16d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Oct 2019 21:09:53 +0200 Subject: [PATCH] fix lang indention and order --- Theme/Backend/Lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 7d0d1e4..90d0365 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -22,12 +22,12 @@ return ['Surveys' => [ 'Dropdown' => 'Dropdown', 'End' => 'End', 'Group' => 'Group', - 'Question' => 'Question', - 'Questions' => 'Questions', 'Manager' => 'Manager', 'Name' => 'Name', 'Number' => 'Number', + 'Question' => 'Question', 'Questionee' => 'Questionee', + 'Questions' => 'Questions', 'Radio' => 'Radio', 'Receiver' => 'Receiver', 'Reference' => 'Reference',