diff options
author | lpsolit%gmail.com <> | 2005-03-17 19:47:33 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-03-17 19:47:33 +0100 |
commit | e4710b7e0d4a5613488561fcbac0eafe59de2312 (patch) | |
tree | aec01842ecff80d6aceafdfe9c3c9486b07c790e /template/en | |
parent | 9b837ad975360a2f26783581b4e2ff18a4ef3945 (diff) | |
download | bugzilla-e4710b7e0d4a5613488561fcbac0eafe59de2312.tar.gz bugzilla-e4710b7e0d4a5613488561fcbac0eafe59de2312.tar.xz |
Bug 280639: When creating bookmarkable template, it is called "this link" - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/create/make-template.html.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/bug/create/make-template.html.tmpl b/template/en/default/bug/create/make-template.html.tmpl index 3b118c78d..f118f7f13 100644 --- a/template/en/default/bug/create/make-template.html.tmpl +++ b/template/en/default/bug/create/make-template.html.tmpl @@ -27,9 +27,11 @@ %] <p> -If you bookmark <a href="enter_bug.cgi?[% url FILTER html %]">this link</a>, -going to the bookmark will bring up the enter [% terms.bug %] page with the fields -initialized as you've requested. + You can bookmark this link: + “<a href="enter_bug.cgi?[% url FILTER html %]">[% terms.Bug %] + entry template</a>”. + This bookmark will bring up the <em>Enter [% terms.Bug %]</em> page with the + fields initialized as you've requested. </p> [% PROCESS global/footer.html.tmpl %] |