Commit 6ee4b97bad7f7a8b17b45b75b855abbe5ac24afa
1 parent
372cfabd
KTS-3503
"Missing i18n tags for empty tag message in tag could dashlet" Fixed. Added missing tags. Committed by: Kevin Fourie Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8806 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/tagcloud/templates/TagCloud/dashlet.smarty
| @@ -12,7 +12,7 @@ text-decoration: none; | @@ -12,7 +12,7 @@ text-decoration: none; | ||
| 12 | 12 | ||
| 13 | {if empty($tags)} | 13 | {if empty($tags)} |
| 14 | 14 | ||
| 15 | -There are no tags defined or accessible. | 15 | +{i18n}There are no tags defined or accessible.{/i18n} |
| 16 | 16 | ||
| 17 | {else} | 17 | {else} |
| 18 | <div id=tagcloud> | 18 | <div id=tagcloud> |