From 5df984eb0a13a9641330b0dae1171fa648cc0abd Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 18 Jan 2008 05:18:11 +0000 Subject: [PATCH] Merged typo fox for popup windows from 19 --- lib/weblib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index e5ece88c2f..c62df2e34a 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -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 -- 2.39.5