From: Max Kanat-Alexander
Date: Wed, 24 Feb 2010 23:44:06 +0000 (-0800)
Subject: Some lines in the release notes started with a "[% terms" item but didn't
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8981d57363fd6dd0f2dde4da554c6833e4ac9334;p=thirdparty%2Fbugzilla.git
Some lines in the release notes started with a "[% terms" item but didn't
have [%+ on them, so the words would get crunched together, like "thisBugzilla".
---
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index a26f7cac31..a52f7bca0e 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -302,7 +302,7 @@
debugging issues with SMTP.
([% terms.Bug %] 384497)
If you are a "global watcher" (you get all mails from every
- [% terms.bug %]), you can now see that in your Email Preferences.
+ [%+ terms.bug %]), you can now see that in your Email Preferences.
([% terms.Bug %] 365302)
The Status and Resolution of [% terms.bugs %] are now correctly
localized in CSV search results.
@@ -437,10 +437,10 @@
the "Preferences" screen.
Attachments and Flags on New
- [% terms.Bugs %]
+ [%+ terms.Bugs %]
You can now add an attachment while you are filing a new
- [% terms.bug %].
+ [%+ terms.bug %].
You can also set flags on the [% terms.bug %] and on attachments, while
filing a new [% terms.bug %].
@@ -471,7 +471,7 @@
There is now navigation and a search box a the top of
each page, in addition to the bar at the bottom of the page.
A re-designed "Format for Printing" page for
- [% terms.bugs %].
+ [%+ terms.bugs %].
The layout of show_bug.cgi (the [% terms.bug %] editing
page) has been changed, and the attachment table has been redesigned.
@@ -494,7 +494,7 @@
Skins Documentation for more details.
We currently don't have any alternate skins shipping with
- [% terms.Bugzilla %]. If you write an alternate skin, please
+ [%+ terms.Bugzilla %]. If you write an alternate skin, please
let us know!
Unchangeable Fields Appear
@@ -522,9 +522,9 @@
No More Double-Filed [% terms.Bugs %]
Users of [% terms.Bugzilla %] will sometimes accidentally submit
- [% terms.abug %] twice, either by going back in their web browser,
+ [%+ terms.abug %] twice, either by going back in their web browser,
or just by refreshing a page. In the past, this could file the same
- [% terms.bug %] twice (or even three times) in a row, irritating
+ [%+ terms.bug %] twice (or even three times) in a row, irritating
developers and confusing users.
Now, if you try to submit [% terms.abug %] twice from the same screen
@@ -925,7 +925,7 @@ sub y { $var++ }
For more information about how to use
DBI with
- [% terms.Bugzilla %], see the
+ [%+ terms.Bugzilla %], see the
Developer's
Guide Section About DBI