diff options
author | travis%sedsystems.ca <> | 2005-02-17 01:40:35 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-17 01:40:35 +0100 |
commit | 97d976961aaabcebd5307edab9de31213b265087 (patch) | |
tree | dee5cf252d0552ba4a121f74c73fef82f5584a4b /template/en | |
parent | 6d0103591955685c96a0a9afa527d551022c83fc (diff) | |
download | bugzilla-97d976961aaabcebd5307edab9de31213b265087.tar.gz bugzilla-97d976961aaabcebd5307edab9de31213b265087.tar.xz |
Bug 238663 : "again on the" is awkward in "missing_cookie" error
Patch by Christopher Nehren <apeiron@comcast.net> r=travis a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b47f25a8f..9b313d96d 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -675,7 +675,7 @@ [% title = "Missing Cookie" %] Sorry, I seem to have lost the cookie that recorded the results of your last search. I'm afraid you will have to start - again on the <a href="query.cgi">search page</a>. + again from the <a href="query.cgi">search page</a>. [% ELSIF error == "missing_datasets" %] [% title = "No Datasets Selected" %] |