summaryrefslogtreecommitdiff
path: root/modules_v3/recent_changes/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/recent_changes/module.php')
-rw-r--r--modules_v3/recent_changes/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/recent_changes/module.php b/modules_v3/recent_changes/module.php
index 4028db55ae..249880a4af 100644
--- a/modules_v3/recent_changes/module.php
+++ b/modules_v3/recent_changes/module.php
@@ -77,7 +77,7 @@ class recent_changes_WT_Module extends WT_Module implements WT_Module_Block {
$content = '';
// Print block content
if (count($found_facts) == 0) {
- $content .= WT_I18N::plural('There have been no changes within the last %s day.', 'There have been no changes within the last %s days.', $days, WT_I18N::number($days));
+ $content .= WT_I18N::plural('There have been no changes within the last %s day.', 'There have been no changes within the last %s days.', $days, WT_I18N::number($days));
} else {
ob_start();
switch ($infoStyle) {