]> git.mjollnir.org Git - moodle.git/commitdiff
Introduced the language string 'editingteachershort' and set it to 'Editor'. Also...
authorgustav_delius <gustav_delius>
Sun, 2 Jan 2005 07:42:24 +0000 (07:42 +0000)
committergustav_delius <gustav_delius>
Sun, 2 Jan 2005 07:42:24 +0000 (07:42 +0000)
course/teacher.php
lang/en/moodle.php

index ced977338f7e5593dbca254a73f3eeebaef4f860..b782f36a3e7674bfbecb76a0dd1d441e441cf476 100644 (file)
@@ -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");
 
 
     } else {
 
-        $table->head  = array ("", $strname, $strorder, $strrole, $stredit, "&nbsp");
+        $table->head  = array ("", $strname, $strorder, $strrole, $stredit, "&nbsp;");
         $table->align = array ("right", "left", "center", "center", "center", "center");
         $table->size  = array ("35", "", "", "", "10", "");
     
index 5144778991171037f44faa5198eae2a12504ef22..939f2adfca924361ad676e5fc0f66afaef615c15 100644 (file)
@@ -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';