mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged typo fox for popup windows from 19
This commit is contained in:
parent
1e4d4b7cbd
commit
5df984eb0a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
// get some default string, using the localized version of legacy defaults
|
||||||
if (!$name) {
|
if (!$name) {
|
||||||
$name = get_string('popup');
|
$name = get_string('popupwindow');
|
||||||
}
|
}
|
||||||
if (!$linkname) {
|
if (!$linkname) {
|
||||||
$linkname = get_string('click here');
|
$linkname = get_string('clickhere');
|
||||||
}
|
}
|
||||||
if (!$title) {
|
if (!$title) {
|
||||||
$title = get_string('Popup window');
|
$title = get_string('popupwindowname');
|
||||||
}
|
}
|
||||||
|
|
||||||
$fullscreen = 0; // must be passed to openpopup
|
$fullscreen = 0; // must be passed to openpopup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue