diff options
author | Graeme Coates <graeme@chromosphere.co.uk> | 2011-01-31 23:46:15 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-01-31 23:46:15 +0100 |
commit | 8d21fa4ec6683868fd5051f88c05947feecb6d4a (patch) | |
tree | e66e6ea8ecba51b31a964274823ed0f529df3e16 | |
parent | cdc776b3a6b049862da803a1f7044a5e02a18058 (diff) | |
download | bugzilla-8d21fa4ec6683868fd5051f88c05947feecb6d4a.tar.gz bugzilla-8d21fa4ec6683868fd5051f88c05947feecb6d4a.tar.xz |
Bug 629007: Example in quicksearch priority shortcut is incorrect
r/a=mkanat
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 486261009..e6398eade 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -228,7 +228,7 @@ <td class="field_nickname">"<strong>P1</strong>" (as a word anywhere in the search) means "find [% terms.bugs %] with the highest priority. "P2" means the second-highest priority, and so on. - <p>Searching for "<strong>P1-P3</strong>" will find [% terms.bugs %] in + <p>Searching for "<strong>P1-3</strong>" will find [% terms.bugs %] in any of the three highest priorities, and so on.</p> </td> </tr> |