]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 618841: Bare word "bug" in release notes
authorA. Shimono <shimono@bug-ja.org>
Sun, 9 Jan 2011 14:26:46 +0000 (15:26 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 9 Jan 2011 14:26:46 +0000 (15:26 +0100)
r=dkl a=LpSolit

template/en/default/pages/release-notes.html.tmpl

index 06ba0eda3056a93c0626c50635b598b5404e591e..aabe352b9d1db28860cb1e66d41ab5e0fc1f9202 100644 (file)
   if you did two separate searches in separate windows, these links would
   only work for the <em>last</em> search you did. Now, [% terms.Bugzilla %]
   will "remember" which search result you came from and give you the right
-  "last search results" or "next bug" from <em>that</em> list, instead of
-  always using your most recent search.</p>
+  "last search results" or "next [% terms.bug %]" from <em>that</em> list,
+  instead of always using your most recent search.</p>
 
 <p>There are still some situations where [% terms.Bugzilla %] will have to
   "guess" which search you are trying to navigate through, but it does its
     bugmail_relationships, object_columns, object_update_columns,
     and object_validators. The colchange_columns hook has been removed,
     as it is no longer necessary (buglist_columns will be used for data
-    about which columns can be on the buglist).</li>
+    about which columns can be on the [% terms.bug %] list).</li>
   <li>When [% terms.Bugzilla %] throws certain types of errors, it will
     now include a "traceback" of where exactly the error occurred in the
     code, to help administrators and developers debug problems.</li>