diff options
author | travis%sedsystems.ca <> | 2005-02-17 02:11:44 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-17 02:11:44 +0100 |
commit | 25910f59aa99c9bef0cf091c5176583673bfcd2e (patch) | |
tree | 7d24bf54bf77da67ea1cdc10a709065433459578 /template | |
parent | 010b47e1419dda10cc28478faae34afb04770b02 (diff) | |
download | bugzilla-25910f59aa99c9bef0cf091c5176583673bfcd2e.tar.gz bugzilla-25910f59aa99c9bef0cf091c5176583673bfcd2e.tar.xz |
Bug 238662 : "on the reason" is awkward in "comment_required" error
Patch by Christopher Nehren <apeiron@comcast.net> r=travis a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index bb92bc787..538e8e782 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -183,7 +183,7 @@ [% ELSIF error == "comment_required" %] [% title = "Comment Required" %] You have to specify a <b>comment</b> on this change. - Please give some words on the reason for your change. + Please explain your change. [% ELSIF error == "comment_too_long" %] [% title = "Comment Too Long" %] |