diff options
author | 2011-01-31 23:50:36 +0100 | |
---|---|---|
committer | 2011-01-31 23:50:36 +0100 | |
commit | d360f906ac3b1ebe02fee53533fd570195cd1329 (patch) | |
tree | 57bc2cccf1c39648e04fe148d871c143a67cce94 | |
parent | Add missing documentation. r=mkanat. (diff) | |
download | bugzilla-d360f906ac3b1ebe02fee53533fd570195cd1329.tar.gz bugzilla-d360f906ac3b1ebe02fee53533fd570195cd1329.tar.bz2 bugzilla-d360f906ac3b1ebe02fee53533fd570195cd1329.zip |
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 1f2d21b5f..1ae18a65a 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> |