mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 03:14:20 +02:00
Introduced the language string 'editingteachershort' and set it to 'Editor'. Also fixed a typo. This closes bug 1949
This commit is contained in:
parent
34283aa87d
commit
15939a2fc9
@ -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", "");
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user