Commit a49117c5 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 379127: Incorrect link to the documentation when trying to view an…

Bug 379127: Incorrect link to the documentation when trying to view an nonexistent saved search - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
parent 5bc05508
......@@ -40,7 +40,7 @@
[% error_message = BLOCK %]
[% IF error == "action_unrecognized" %]
[% docslinks = {'query.html' => "Searching for $terms.bugs",
'list.html' => "$terms.Bug lists"} %]
'query.html#list' => "$terms.Bug lists"} %]
I don't recognize the value (<em>[% action FILTER html %]</em>)
of the <em>action</em> variable.
......
......@@ -229,7 +229,7 @@
[% ELSIF error == "buglist_parameters_required" %]
[% title = "Parameters Required" %]
[% docslinks = {'query.html' => "Searching for $terms.bugs",
'list.html' => "$terms.Bug lists"} %]
'query.html#list' => "$terms.Bug lists"} %]
You may not search, or create saved searches, without any search terms.
[% ELSIF error == "bugs_not_changed" %]
......@@ -982,7 +982,7 @@
[% ELSIF error == "missing_query" %]
[% title = "Missing Search" %]
[% docslinks = {'query.html' => "Searching for $terms.bugs",
'list.html' => "$terms.Bug lists"} %]
'query.html#list' => "$terms.Bug lists"} %]
The search named <em>[% queryname FILTER html %]</em>
[% IF sharer_id && sharer_id != user.id %]
has not been made visible to you.
......@@ -1281,7 +1281,7 @@
[% ELSIF error == "query_name_missing" %]
[% title = "No Search Name Specified" %]
[% docslinks = {'list.html' => "About $terms.bug lists"} %]
[% docslinks = {'query.html#list' => "$terms.Bug lists"} %]
You must enter a name for your search.
[% ELSIF error == "query_name_too_long" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment