Commit c294db95d5d719e483cbe293dda4836b74d040e1

Authored by kevin_fourie
1 parent 8e531342

Merged in from STABLE trunk...

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/STABLE/branches/3.5.3-Release-Branch@8808 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/tagcloud/templates/TagCloud/dashlet.smarty
... ... @@ -12,7 +12,7 @@ text-decoration: none;
12 12  
13 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 17 {else}
18 18 <div id=tagcloud>
... ...