diff options
author | Marc Schumann <wurblzap@gmail.com> | 2010-07-23 13:27:58 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2010-07-23 13:27:58 +0200 |
commit | 9a1d5db848a22cc7faa6b03cb18b1b29f2d8b403 (patch) | |
tree | bd19c8010e9c860420bedcbd3989e249db8af174 /template | |
parent | ada3eeeaeb8b7d1f942599583052594a54353911 (diff) | |
download | bugzilla-9a1d5db848a22cc7faa6b03cb18b1b29f2d8b403.tar.gz bugzilla-9a1d5db848a22cc7faa6b03cb18b1b29f2d8b403.tar.xz |
Bug 581316 – Minor typos in notification reason descriptions.
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/reason-descs.none.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/reason-descs.none.tmpl b/template/en/default/global/reason-descs.none.tmpl index 4a39497b5..426085f0d 100644 --- a/template/en/default/global/reason-descs.none.tmpl +++ b/template/en/default/global/reason-descs.none.tmpl @@ -28,9 +28,9 @@ [% SET watch_reason_descs => { ${constants.REL_ASSIGNEE} => - "You are the watching assignee of the ${terms.bug}.", + "You are watching the assignee of the ${terms.bug}.", ${constants.REL_REPORTER} => - "You watching the reporter of the ${terms.bug}.", + "You are watching the reporter of the ${terms.bug}.", ${constants.REL_QA} => "You are watching the QA Contact of the ${terms.bug}.", ${constants.REL_CC} => |