diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-10-13 15:30:36 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-13 15:30:36 +0200 |
commit | c7aecdbc781bceed42faf1b2cef320244522f3a3 (patch) | |
tree | 009231f988eb6bda8bb3a0d339abbeb7ef224915 /template | |
parent | fd004da7fb20f885eeec229877f4892f4e72c73b (diff) | |
download | bugzilla-c7aecdbc781bceed42faf1b2cef320244522f3a3.tar.gz bugzilla-c7aecdbc781bceed42faf1b2cef320244522f3a3.tar.xz |
Bug 335417: Minor tweaks to the description of the mybugstemplate and defaultquery parameters
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index f6cc46412..901c19864 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -32,11 +32,11 @@ "load, try increasing this number.", mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _ - "list for a user. %userid% will get replaced with the login name of a user.", + "list for a user. %userid% will get replaced with the login name of a user. " _ + "Special characters must be URL-encoded.", defaultquery => "This is the default query that initially comes up when you " _ - "access the advanced query page. It's in URL parameter " _ - "format, which makes it hard to read. Sorry!", + "access the advanced query page. It's in URL parameter format.", search_allow_no_criteria => "Unless the code explicitly allows all $terms.bugs to be returned, this " _ |