From 15939a2fc91468ac7b4ad1491a8b5e921c86f8e7 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 2 Jan 2005 07:42:24 +0000 Subject: [PATCH] Introduced the language string 'editingteachershort' and set it to 'Editor'. Also fixed a typo. This closes bug 1949 --- course/teacher.php | 4 ++-- lang/en/moodle.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/course/teacher.php b/course/teacher.php index ced977338f..b782f36a3e 100644 --- a/course/teacher.php +++ b/course/teacher.php @@ -38,7 +38,7 @@ $strname = get_string("name"); $strorder = get_string("order"); $strrole = get_string("role"); - $stredit = get_string("edit"); + $stredit = get_string("editingteachershort"); $stryes = get_string("yes"); $strno = get_string("no"); @@ -121,7 +121,7 @@ } else { - $table->head = array ("", $strname, $strorder, $strrole, $stredit, " "); + $table->head = array ("", $strname, $strorder, $strrole, $stredit, " "); $table->align = array ("right", "left", "center", "center", "center", "center"); $table->size = array ("35", "", "", "", "10", ""); diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 5144778991..939f2adfca 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -347,6 +347,7 @@ $string['editcoursesettings'] = 'Edit course settings'; $string['editfiles'] = 'Edit files'; $string['editgroupprofile'] = 'Edit group profile'; $string['editinga'] = 'Editing $a'; +$string['editingteachershort'] = 'Editor'; $string['editlock'] = 'This value cannot be edited!'; $string['editmyprofile'] = 'Edit profile'; $string['editorbgcolor'] = 'Background-color'; -- 2.39.5