diff options
Diffstat (limited to 'template/en/default/admin')
-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> |