]> git.mjollnir.org Git - moodle.git/commitdiff
Slight change to string
authormoodler <moodler>
Sun, 20 Jul 2003 14:19:16 +0000 (14:19 +0000)
committermoodler <moodler>
Sun, 20 Jul 2003 14:19:16 +0000 (14:19 +0000)
lang/en/resource.php

index ed093e8e80ec704973a3bf76af386c9b1b1459e8..9250791a0e027ff8885a187fc7464667c62e9a7f 100644 (file)
@@ -14,8 +14,8 @@ $string['filename'] = "File name";
 $string['fulltext'] = "Full text";
 $string['htmlfragment'] = "HTML fragment";
 $string['neverseen'] = "Never seen";
-$string['newheight'] = "Default window height";
-$string['newwidth'] = "Default window width";
+$string['newheight'] = "Default window height (in pixels)";
+$string['newwidth'] = "Default window width (in pixels)";
 $string['newfullscreen'] = "Fill the whole screen";
 $string['newresizable'] = "Allow the window to be resized";
 $string['newscrollbars'] = "Allow the window to be scrolled";