Merged typo fox for popup windows from 19
authormoodler <moodler>
Fri, 18 Jan 2008 05:18:11 +0000 (05:18 +0000)
committermoodler <moodler>
Fri, 18 Jan 2008 05:18:11 +0000 (05:18 +0000)
lib/weblib.php

index e5ece88c2f47ff38cb79eb11b9d7e0ffb203fb7a..c62df2e34a4b15671e6104d98a87928f26d1f847 100644 (file)
@@ -730,13 +730,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