summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2012-12-20 02:56:50 +0100
committerReed Loden <reed@reedloden.com>2012-12-20 02:56:50 +0100
commit41221bbee3b170411f404080798e2f976b0e1c3e (patch)
treeda64f16c82035f8c3fe1ab19b1a5b8c966559fc2
parent2f310307750a7d70da1bb4f3077c7a7fa616e2eb (diff)
downloadbugzilla-41221bbee3b170411f404080798e2f976b0e1c3e.tar.gz
bugzilla-41221bbee3b170411f404080798e2f976b0e1c3e.tar.xz
Bug 820226 - Improve wording of product/component line in e-mail notifications.
[r=dkl]
-rw-r--r--extensions/BMO/template/en/default/email/bugmail.html.tmpl2
-rw-r--r--extensions/BMO/template/en/default/email/bugmail.txt.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl
index 6385fe09a..1162dfd50 100644
--- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl
+++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl
@@ -92,7 +92,7 @@
<div id="bug_details">
<hr>
- Product | Component: [% bug.product FILTER html %] | [% bug.component FILTER html %]
+ Product/Component: [% bug.product FILTER html %] :: [% bug.component FILTER html %]
</div>
[% USE Bugzilla %]
diff --git a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl
index 5fee39374..76fa492ee 100644
--- a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl
+++ b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl
@@ -37,7 +37,7 @@ Referenced [% terms.Bugs %]:
Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email
-------------------------------
-Product | Component: [%+ bug.product +%] | [%+ bug.component %]
+Product/Component: [%+ bug.product +%] :: [%+ bug.component %]
[% USE Bugzilla %]
[% tracking_flags = [] %]