summaryrefslogtreecommitdiff
path: root/app/Module/TopSurnamesModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-17 18:03:39 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-17 18:03:39 +0000
commitad2f0e13109a624a158c7532c312bc08f1d45af8 (patch)
tree3e13097a0c086e5d82c64ea49bd0eef7827c3440 /app/Module/TopSurnamesModule.php
parenta6762289f3e1aa394a2721a82ffef93958cd133f (diff)
downloadwebtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.gz
webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.bz2
webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.zip
Two spaces have no effect in HTML
Diffstat (limited to 'app/Module/TopSurnamesModule.php')
-rw-r--r--app/Module/TopSurnamesModule.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/TopSurnamesModule.php b/app/Module/TopSurnamesModule.php
index 05c2175da3..86b2d7571d 100644
--- a/app/Module/TopSurnamesModule.php
+++ b/app/Module/TopSurnamesModule.php
@@ -34,7 +34,7 @@ class TopSurnamesModule extends AbstractModule implements ModuleBlockInterface {
* @return string
*/
public function getTitle() {
- return /* I18N: Name of a module. Top=Most common */ I18N::translate('Top surnames');
+ return /* I18N: Name of a module. Top=Most common */ I18N::translate('Top surnames');
}
/**
@@ -105,7 +105,7 @@ class TopSurnamesModule extends AbstractModule implements ModuleBlockInterface {
// I18N: i.e. most popular surname.
$title .= I18N::translate('Top surname');
} else {
- // I18N: Title for a list of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1
+ // I18N: Title for a list of the most common surnames, %s is a number. Note that a separate translation exists when %s is 1
$title .= I18N::plural('Top %s surname', 'Top %s surnames', $num, I18N::number($num));
}