diff options
Diffstat (limited to 'lib/section.php')
-rw-r--r-- | lib/section.php | 2 |
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...'); } } |