From 15961330b77b583c41de546526c64de1af1fad70 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Mon, 26 Jan 2015 07:45:07 +0000 Subject: Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- modules_v3/recent_changes/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules_v3') 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) { -- cgit v1.3