summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-01-26 07:45:07 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-01-26 07:45:07 +0000
commit15961330b77b583c41de546526c64de1af1fad70 (patch)
treeef48da888ad21326e2e4c981bf51ad714c21768e /modules_v3
parent265926439b7344687567ec33a11eba48c79d458e (diff)
downloadwebtrees-15961330b77b583c41de546526c64de1af1fad70.tar.gz
webtrees-15961330b77b583c41de546526c64de1af1fad70.tar.bz2
webtrees-15961330b77b583c41de546526c64de1af1fad70.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'modules_v3')
-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) {