diff options
author | timeless%mozdev.org <> | 2006-12-29 03:20:07 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-12-29 03:20:07 +0100 |
commit | f07114378b39c6424d0c01f366ab8bd2839b927c (patch) | |
tree | 70e25219ea590d9b3088ae424e51240e306bf093 /template/en | |
parent | 6e35c5e3229a6b3f0e3a2be899925cd84d1a69ab (diff) | |
download | bugzilla-f07114378b39c6424d0c01f366ab8bd2839b927c.tar.gz bugzilla-f07114378b39c6424d0c01f366ab8bd2839b927c.tar.xz |
Bug 365083 edit components cc list text needs wordsmithing
r=lpsolit a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 9e999839b..5b376bc79 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -91,7 +91,7 @@ %] <br> [% IF !Param("usemenuforusers") %] - <em>Enter user names for the CC in a comma-separated list.</em> + <em>Enter user names for the CC list as a comma-separated list.</em> [% END %] </td> </tr> diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 81a6e9fc2..e7bd96355 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -96,7 +96,7 @@ %] <br> [% IF !Param("usemenuforusers") %] - <em>Enter user names for the CC in a comma-separated list.</em> + <em>Enter user names for the CC list as a comma-separated list.</em> [% END %] </td> </tr> |