diff options
author | travis%sedsystems.ca <> | 2005-02-19 03:40:34 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-19 03:40:34 +0100 |
commit | f76ab38ea951522b2db8c356abb5aeb1414d3dcb (patch) | |
tree | 7b6c9fe5fc27fce6bccb7d673cdd57ac4c7c7d17 /template | |
parent | 2cfad107065b4c3c290d8f3fa93f7c82332523e9 (diff) | |
download | bugzilla-f76ab38ea951522b2db8c356abb5aeb1414d3dcb.tar.gz bugzilla-f76ab38ea951522b2db8c356abb5aeb1414d3dcb.tar.xz |
Bug 238665 : "change anything on the selected" is awkward in "bugs_not_changed" error
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 538e8e782..6a29f975d 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -174,7 +174,8 @@ [% ELSIF error == "bugs_not_changed" %] [% title = BLOCK %][% terms.Bugs %] Not Changed[% END %] - Um, you apparently did not change anything on the selected [% terms.bugs %]. + You do not seem to have made any changes in the selected [% terms.bugs %], + so there is nothing to Commit. [% ELSIF error == "chart_too_large" %] [% title = "Chart Too Large" %] |