diff --git a/application/models/SurveysGroups.php b/application/models/SurveysGroups.php index 3ad5ae1c990..7dcd31fb7d2 100644 --- a/application/models/SurveysGroups.php +++ b/application/models/SurveysGroups.php @@ -65,16 +65,16 @@ public function relations() public function attributeLabels() { return array( - 'gsid' => 'Gsid', - 'name' => 'Name', + 'gsid' => gT('Gsid'), + 'name' => gT('Name'), 'title' => 'Title', - 'description' => 'Description', - 'sortorder' => 'Sortorder', - 'owner_uid' => 'Owner Uid', - 'parent_id' => 'Parent', - 'created' => 'Created', - 'modified' => 'Modified', - 'created_by' => 'Created by', + 'description' => gT('Description'), + 'sortorder' => gT('Sortorder'), + 'owner_uid' => gT('Owner Uid'), + 'parent_id' => gT('Parent'), + 'created' => gT('Created'), + 'modified' => gT('Modified'), + 'created_by' => gT('Created by'), ); }