]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 335417: Minor tweaks to the description of the mybugstemplate and defaultquery...
authorSunil Joshi <joshi_sunil@in.com>
Sat, 13 Oct 2012 13:30:36 +0000 (15:30 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 13 Oct 2012 13:30:36 +0000 (15:30 +0200)
r/a=LpSolit

template/en/default/admin/params/query.html.tmpl

index f6cc46412a6b531c0998c1e7284ec8faefbdb118..901c19864d46cb9041c7589a9ee3dc5e768a5c3f 100644 (file)
                        "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 " _