diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-05-01 09:41:38 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-05-01 09:46:28 +0100 |
| commit | 94b61dca026a556ab67bc9afe601080c93f985c9 (patch) | |
| tree | a999fdc84b8664e42e140007e9681fecb02c34f9 /app/GedcomCode | |
| parent | 236f9727c4bad6f001e357780e4da0b8d82ee00f (diff) | |
| download | webtrees-94b61dca026a556ab67bc9afe601080c93f985c9.tar.gz webtrees-94b61dca026a556ab67bc9afe601080c93f985c9.tar.bz2 webtrees-94b61dca026a556ab67bc9afe601080c93f985c9.zip | |
US English
Diffstat (limited to 'app/GedcomCode')
| -rw-r--r-- | app/GedcomCode/GedcomCodeStat.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/GedcomCode/GedcomCodeStat.php b/app/GedcomCode/GedcomCodeStat.php index fcd46e432c..717e558c89 100644 --- a/app/GedcomCode/GedcomCodeStat.php +++ b/app/GedcomCode/GedcomCodeStat.php @@ -64,7 +64,7 @@ class GedcomCodeStat { case 'CANCELED': return /* I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) */ - I18N::translate('Sealing cancelled (divorce)'); + I18N::translate('Sealing canceled (divorce)'); case 'CHILD': return /* I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) */ @@ -85,7 +85,7 @@ class GedcomCodeStat { case 'DNS/CAN': return /* I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) */ - I18N::translate('Do not seal, previous sealing cancelled'); + I18N::translate('Do not seal, previous sealing canceled'); case 'EXCLUDED': return /* I18N: LDS sealing status; see http://en.wikipedia.org/wiki/Sealing_(Latter_Day_Saints) */ |
