From f2bc7dd672a0717bd388fee51c4e97e1cb46f312 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 28 Jun 2011 07:15:33 -0400 Subject: Fixes #3597 defined a language string for 'more' --- views/default/widgets/content_stats/content.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'views/default/widgets') diff --git a/views/default/widgets/content_stats/content.php b/views/default/widgets/content_stats/content.php index 7086e4b9e..6a652166c 100644 --- a/views/default/widgets/content_stats/content.php +++ b/views/default/widgets/content_stats/content.php @@ -19,7 +19,9 @@ foreach ($object_stats as $subtype => $num) { } echo ''; +echo '
'; echo elgg_view('output/url', array( 'href' => 'admin/statistics/overview', - 'text' => 'more', + 'text' => elgg_echo('more'), )); +echo '
'; -- cgit v1.2.3