summaryrefslogtreecommitdiff
path: root/lib/section.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-14 17:48:08 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-14 17:48:08 -0500
commitb9fc7334a8ecfbe1c0ec6c3d5451aa82827b50a1 (patch)
tree16e98069a3005fdd18644998af62fe17ba973609 /lib/section.php
parentc640b747f7e682ac632397cf32e41ef4c2dca96f (diff)
Fix the More... link for popular notices section
Diffstat (limited to 'lib/section.php')
-rw-r--r--lib/section.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/section.php b/lib/section.php
index 0c32ddcf8..d14575086 100644
--- a/lib/section.php
+++ b/lib/section.php
@@ -103,6 +103,6 @@ class Section extends Widget
function moreTitle()
{
- return null;
+ return _('More...');
}
}