Changed language string "Move category to" to "Parent", see bug 4727

This commit is contained in:
gustav_delius
2006-02-16 10:26:44 +00:00
parent 92c781cab3
commit 95ea52d41b
+1 -2
View File
@@ -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';