MDL-15304

Default name 'label' is looked up from language pack.
This commit is contained in:
thepurpleblob
2008-07-08 09:38:27 +00:00
parent dcb15c8dbc
commit 9cc3a2e567
+1 -1
View File
@@ -15,7 +15,7 @@ function get_label_name($label) {
if (empty($name)) {
// arbitrary name
$name = "label";
$name = get_string('modulename','label');
}
return $name;