diff options
author | rub <rub@piwigo.org> | 2007-03-17 11:20:57 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-17 11:20:57 +0000 |
commit | ea27482987c7a5e2ccca59dfe6b295e180b077a6 (patch) | |
tree | 5fa51ecebb841b16f2dc745db5fc89a70ad68931 /template/yoga/mail/text/html/admin | |
parent | f1914f122efe57bd8434fb4e024da92582d1b095 (diff) |
Fix problem when admin send email information about category.
git-svn-id: http://piwigo.org/svn/trunk@1917 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/html/admin')
-rw-r--r-- | template/yoga/mail/text/html/admin/cat_group_info.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/mail/text/html/admin/cat_group_info.tpl b/template/yoga/mail/text/html/admin/cat_group_info.tpl index fc05c6831..3451f6645 100644 --- a/template/yoga/mail/text/html/admin/cat_group_info.tpl +++ b/template/yoga/mail/text/html/admin/cat_group_info.tpl @@ -1,7 +1,7 @@ <div id="cat_group_info"> <h2>{lang:Informations}</h2> <p>{IMG_URL}</p> -<p>{lang:hello}</p> +<p>{lang:Hello,}</p> <p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p> <p>{CPL_CONTENT}</p> <p>{lang:See you soon.}</p> |