From: moodler <moodler>
Date: Sun, 20 Jul 2003 14:19:16 +0000 (+0000)
Subject: Slight change to string
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=693b57dfdeff121b360eec0db256e033a4690c74;p=moodle.git

Slight change to string
---

diff --git a/lang/en/resource.php b/lang/en/resource.php
index ed093e8e80..9250791a0e 100644
--- a/lang/en/resource.php
+++ b/lang/en/resource.php
@@ -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";