Introduced the language string 'editingteachershort' and set it to 'Editor'. Also fixed a typo. This closes bug 1949

This commit is contained in:
gustav_delius 2005-01-02 07:42:24 +00:00
parent 34283aa87d
commit 15939a2fc9
2 changed files with 3 additions and 2 deletions

View 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");
@ -121,7 +121,7 @@
} else {
$table->head = array ("", $strname, $strorder, $strrole, $stredit, "&nbsp");
$table->head = array ("", $strname, $strorder, $strrole, $stredit, " ");
$table->align = array ("right", "left", "center", "center", "center", "center");
$table->size = array ("35", "", "", "", "10", "");

View 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';