From 20ced6e395cf34dc150c6ac61cb6c9970fd9c3ec Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 15 Jan 2009 10:10:45 +0000 Subject: [PATCH] Let us be more explicit git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6402 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/RecentChanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/RecentChanges.php b/lib/plugin/RecentChanges.php index 873d09b26..69ba3a209 100644 --- a/lib/plugin/RecentChanges.php +++ b/lib/plugin/RecentChanges.php @@ -1363,7 +1363,7 @@ class DayButtonBar extends HtmlElement { if ($days == 1) $label = _("1 day"); elseif ($days < 1) - $label = "..."; //alldays + $label = _("All time"); else $label = sprintf(_("%s days"), abs($days)); -- 2.45.0