diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
| commit | ad2f0e13109a624a158c7532c312bc08f1d45af8 (patch) | |
| tree | 3e13097a0c086e5d82c64ea49bd0eef7827c3440 /app/GedcomCode | |
| parent | a6762289f3e1aa394a2721a82ffef93958cd133f (diff) | |
| download | webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.gz webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.bz2 webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.zip | |
Two spaces have no effect in HTML
Diffstat (limited to 'app/GedcomCode')
| -rw-r--r-- | app/GedcomCode/GedcomCodeAdop.php | 2 | ||||
| -rw-r--r-- | app/GedcomCode/GedcomCodeName.php | 6 | ||||
| -rw-r--r-- | app/GedcomCode/GedcomCodePedi.php | 4 | ||||
| -rw-r--r-- | app/GedcomCode/GedcomCodeTemp.php | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/app/GedcomCode/GedcomCodeAdop.php b/app/GedcomCode/GedcomCodeAdop.php index 46c232ab19..875ad2c568 100644 --- a/app/GedcomCode/GedcomCodeAdop.php +++ b/app/GedcomCode/GedcomCodeAdop.php @@ -87,7 +87,7 @@ class GedcomCodeAdop { $values[$type] = self::getValue($type, $record); } - // Don't sort these. We want the order: both parents, father, mother + // Don't sort these. We want the order: both parents, father, mother return $values; } } diff --git a/app/GedcomCode/GedcomCodeName.php b/app/GedcomCode/GedcomCodeName.php index 62dcc1859b..807fee63e3 100644 --- a/app/GedcomCode/GedcomCodeName.php +++ b/app/GedcomCode/GedcomCodeName.php @@ -57,13 +57,13 @@ class GedcomCodeName { case 'aka': switch ($sex) { case 'M': - /* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */ + /* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */ return I18N::translateContext('MALE', 'also known as'); case 'F': - /* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */ + /* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */ return I18N::translateContext('FEMALE', 'also known as'); default: - /* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */ + /* I18N: The name by which an individual is also known. e.g. a professional name or a stage name */ return I18N::translate('also known as'); } case 'birth': diff --git a/app/GedcomCode/GedcomCodePedi.php b/app/GedcomCode/GedcomCodePedi.php index 3f20c708f0..19abcba4a5 100644 --- a/app/GedcomCode/GedcomCodePedi.php +++ b/app/GedcomCode/GedcomCodePedi.php @@ -89,7 +89,7 @@ class GedcomCodePedi { // This is an arabic word which does not exist in other languages. // So, it will not have any inflected forms. return - /* I18N: This is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. */ + /* I18N: This is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. */ I18N::translate('Rada'); default: return $type; @@ -135,7 +135,7 @@ class GedcomCodePedi { I18N::translate('Family with sealing parents'); case 'rada': return - /* I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. */ + /* I18N: “rada” is an Arabic word, pronounced “ra DAH”. It is child-to-parent pedigree, established by wet-nursing. */ I18N::translate('Family with rada parents'); default: return I18N::translate('Family with parents') . ' - ' . $pedi; diff --git a/app/GedcomCode/GedcomCodeTemp.php b/app/GedcomCode/GedcomCodeTemp.php index 753392f10f..f1d7f82648 100644 --- a/app/GedcomCode/GedcomCodeTemp.php +++ b/app/GedcomCode/GedcomCodeTemp.php @@ -35,7 +35,7 @@ class GedcomCodeTemp { /** * A list of all temple codes, from the GEDCOM 5.5.1 specification * - * Note that this list is out-of-date. We could add recently built + * Note that this list is out-of-date. We could add recently built * temples, but what codes would we use? * * @link http://en.wikipedia.org/wiki/List_of_temples_of_The_Church_of_Jesus_Christ_of_Latter-day_Saints |
