Author: toad
Date: 2008-09-03 16:39:04 +0000 (Wed, 03 Sep 2008)
New Revision: 22371

Modified:
   trunk/freenet/src/freenet/clients/http/TranslationToadlet.java
Log:
[16:07] <Smar> toad_: that translation <textarea> could have little more rows, 
imho
[16:08] <Smar> even though I have small font for that, I can?\226?\128?\153t 
see all text, and I?\226?\128?\153m sure 99% of others have larger font


Modified: trunk/freenet/src/freenet/clients/http/TranslationToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/TranslationToadlet.java      
2008-09-03 16:38:01 UTC (rev 22370)
+++ trunk/freenet/src/freenet/clients/http/TranslationToadlet.java      
2008-09-03 16:39:04 UTC (rev 22371)
@@ -113,7 +113,7 @@
                        contentRow.addChild("td", "class", 
"translation-new").addChild(
                                        "textarea",
                                        new String[] { "name", "rows", "cols" },
-                                       new String[] { "trans", "3", "80" },
+                                       new String[] { "trans", "6", "80" },
                                        L10n.getString(key));

                        contentRow.addChild("input", 


Reply via email to