From 95ea52d41b119900b7945280552b7e5c15962aa8 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Thu, 16 Feb 2006 10:26:44 +0000 Subject: [PATCH] Changed language string "Move category to" to "Parent", see bug 4727 --- mod/quiz/category.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/quiz/category.php b/mod/quiz/category.php index 94a8608ac24..68084988c8b 100644 --- a/mod/quiz/category.php +++ b/mod/quiz/category.php @@ -153,7 +153,6 @@ class quiz_category_object { $this->str->categoryinfo = get_string('categoryinfo', 'quiz'); $this->str->questions = get_string('questions', 'quiz'); $this->str->add = get_string('add'); - $this->str->movecategoryto = get_string('movecategoryto'); $this->str->delete = get_string('delete'); $this->str->moveup = get_string('moveup'); $this->str->movedown = get_string('movedown'); @@ -284,7 +283,7 @@ class quiz_category_object { */ function output_edit_table() { $this->edittable->head = array ($this->str->category, $this->str->categoryinfo, $this->str->questions, $this->str->publish, - $this->str->delete, $this->str->order, $this->str->movecategoryto); + $this->str->delete, $this->str->order, $this->str->parent); $this->edittable->width = 200; $this->edittable->tablealign = 'center';