diff options
author | momo-i <momo-i@ampache> | 2008-08-25 00:30:35 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-25 00:30:35 +0000 |
commit | f9270baba89803586e3d4eaf0b246961b5df75ca (patch) | |
tree | c06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_tagcloud.inc.php | |
parent | c16f287900ca5ec869b151af00759ea852f39287 (diff) | |
download | ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2 ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip |
Modified: More translatable templates.
Diffstat (limited to 'templates/show_tagcloud.inc.php')
-rw-r--r-- | templates/show_tagcloud.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_tagcloud.inc.php b/templates/show_tagcloud.inc.php index a35ed387..882246db 100644 --- a/templates/show_tagcloud.inc.php +++ b/templates/show_tagcloud.inc.php @@ -34,7 +34,7 @@ $filter=0; foreach ($_SESSION['browse']['filter']['tag'] as $t) { if (!$filter) { $filter = 1; - echo 'Filters(remove): '; + echo _('Filters(remove): '); } $ctags = $currentTags; unset($ctags[$t]); @@ -56,7 +56,7 @@ foreach ($tagcloudList as $f) { if (!$currentTags[$id]) { if (!$filter) { $filter = 1; - echo 'Matching tags: '; + echo _('Matching tags: '); } $ctags = $currentTags; $ctags[$id] = 1; |