summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
diff options
context:
space:
mode:
authorStephen Arnold <toyguy@myarnolds.com>2010-09-06 23:02:31 +0000
committerStephen Arnold <toyguy@myarnolds.com>2010-09-06 23:02:31 +0000
commitf18d3f6c85c0fe8c8c5993ef28c70b069ceb8d9c (patch)
treee86bfc0671ee604b6d61322c8493ab8fd32e2f90 /modules/yahrzeit
parentcfdce8be17e13d1b74ae3217df39048517f71e6a (diff)
downloadwebtrees-f18d3f6c85c0fe8c8c5993ef28c70b069ceb8d9c.tar.gz
webtrees-f18d3f6c85c0fe8c8c5993ef28c70b069ceb8d9c.tar.bz2
webtrees-f18d3f6c85c0fe8c8c5993ef28c70b069ceb8d9c.zip
Added a space at "List"or. Thanks, Wes.
Diffstat (limited to 'modules/yahrzeit')
-rw-r--r--modules/yahrzeit/help_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yahrzeit/help_text.php b/modules/yahrzeit/help_text.php
index 2bc100d648..55913c65da 100644
--- a/modules/yahrzeit/help_text.php
+++ b/modules/yahrzeit/help_text.php
@@ -38,7 +38,7 @@ case 'yahrzeit':
$text.=i18n::translate('Number of days to show: This is the number of days that <b>webtrees</b> should use when searching for events');
$text.=' (<i>'.i18n::plural('maximum %d day', 'maximum %d days', 30, 30).'</i>).';
$text.='</li><li>';
- $text.=i18n::translate('Presentation style: Either a simple text "List"or a "Table" format.');
+ $text.=i18n::translate('Presentation style: Either a simple text "List" or a "Table" format.');
$text.='</li></ul>';
break;
}