Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/collections_interactive_addon.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/collections_interactive_addon.thtml')
-rw-r--r--site/app/views/elements/collections_interactive_addon.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/collections_interactive_addon.thtml b/site/app/views/elements/collections_interactive_addon.thtml
index 735e40f..eb8edbb 100644
--- a/site/app/views/elements/collections_interactive_addon.thtml
+++ b/site/app/views/elements/collections_interactive_addon.thtml
@@ -82,7 +82,7 @@ if (!isset($addonSummary) || empty($addonSummary))
<div class="item-desc">
<h4><?=$html->link("$icon <span>$addonName</span>", "/addon/{$addonID}");?></h4>
<?php if(isset($showDate) && $showDate == true){ ?>
- <p class="date-added"><?php echo sprintf(_('added'), strftime(_('date'), strtotime($addonDateAdded))); ?></p>
+ <p class="date-added"><?php echo sprintf(_('collections_interactive_addon_added'), strftime(_('date'), strtotime($addonDateAdded))); ?></p>
<?php } ?>
<p class="desc"><?=$addonSummary?> <?=$html->link('Learn more...', "/addon/{$addonID}")?></p>