aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/videolist/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/videolist/content.php')
-rw-r--r--views/default/widgets/videolist/content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/widgets/videolist/content.php b/views/default/widgets/videolist/content.php
index 2b8de92bf..aaf6076a3 100644
--- a/views/default/widgets/videolist/content.php
+++ b/views/default/widgets/videolist/content.php
@@ -23,10 +23,10 @@ if ($content) {
$url = "pages/owner/" . elgg_get_page_owner_entity()->username;
$more_link = elgg_view('output/url', array(
'href' => $url,
- 'text' => elgg_echo('videolist_item:more'),
+ 'text' => elgg_echo('videolist:more'),
'is_trusted' => true,
));
echo "<span class=\"elgg-widget-more\">$more_link</span>";
} else {
- echo elgg_echo('videolist_item:none');
+ echo elgg_echo('videolist:none');
}