fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-28 08:26 am

[dw-free] Poll Creator: unclear error message when answer exceeds 255 characters

[commit: http://hg.dwscoalition.org/dw-free/rev/258723db2949]

http://bugs.dwscoalition.org/show_bug.cgi?id=3343

More user-friendly text when creating a poll question with too long answers.

Patch by [staff profile] denise.

Files modified:
  • bin/upgrading/en.dat
--------------------------------------------------------------------------------
diff -r fc7366e3aa8d -r 258723db2949 bin/upgrading/en.dat
--- a/bin/upgrading/en.dat	Mon Feb 28 16:23:19 2011 +0800
+++ b/bin/upgrading/en.dat	Mon Feb 28 16:25:56 2011 +0800
@@ -2432,7 +2432,7 @@ poll.error.notext=Need text inside an lj
 
 poll.error.notvalidated2=Your email address <a [[aopts]]>must be confirmed</a> in order to vote in this poll.
 
-poll.error.pitoolong=Text inside an lj-pi tag must be between 1 and 255 characters.  Yours is [[len]].
+poll.error.pitoolong=A poll answer must be between 1 and 255 characters.  Yours is [[len]].
 
 poll.error.pollnotfound=Error: poll #[[num]] not found
 
--------------------------------------------------------------------------------