From ba56b3a58cf87f2183c2a22bd79c0747198e1d23 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 21 Feb 2018 15:24:02 +0100 Subject: [PATCH] Dev Some text changes --- application/models/SurveysGroups.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/models/SurveysGroups.php b/application/models/SurveysGroups.php index 7dcd31fb7d2..dbf33505504 100644 --- a/application/models/SurveysGroups.php +++ b/application/models/SurveysGroups.php @@ -65,15 +65,15 @@ public function relations() public function attributeLabels() { return array( - 'gsid' => gT('Gsid'), + 'gsid' => gT('ID'), 'name' => gT('Name'), 'title' => 'Title', 'description' => gT('Description'), - 'sortorder' => gT('Sortorder'), - 'owner_uid' => gT('Owner Uid'), - 'parent_id' => gT('Parent'), - 'created' => gT('Created'), - 'modified' => gT('Modified'), + 'sortorder' => gT('Sort order'), + 'owner_uid' => gT('Owner UID'), + 'parent_id' => gT('Parent group'), + 'created' => gT('Created on'), + 'modified' => gT('Modified on'), 'created_by' => gT('Created by'), ); }