FIxed some typos in the popup names

This commit is contained in:
moodler
2008-01-18 05:17:12 +00:00
parent 66b3a7bcec
commit 654a2dae51
+3 -3
View File
@@ -729,13 +729,13 @@ function element_to_popup_window ($type=null, $url=null, $name=null, $linkname=n
// get some default string, using the localized version of legacy defaults
if (!$name) {
$name = get_string('popup');
$name = get_string('popupwindow');
}
if (!$linkname) {
$linkname = get_string('click here');
$linkname = get_string('clickhere');
}
if (!$title) {
$title = get_string('Popup window');
$title = get_string('popupwindowname');
}
$fullscreen = 0; // must be passed to openpopup