diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-01 11:25:51 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-01 12:19:13 +0000 |
| commit | b7286c5e0e9c0f92b648f690ca03abac3243e978 (patch) | |
| tree | 38fb64cb6f581e0c7e30f3cac854d3e49f0220a4 /resources/lang/dv | |
| parent | d317537993dcb8a16223777d74c403c790b35750 (diff) | |
| download | webtrees-b7286c5e0e9c0f92b648f690ca03abac3243e978.tar.gz webtrees-b7286c5e0e9c0f92b648f690ca03abac3243e978.tar.bz2 webtrees-b7286c5e0e9c0f92b648f690ca03abac3243e978.zip | |
Fix: #3751 - Wrong I18N hints for ADRn tags
Diffstat (limited to 'resources/lang/dv')
| -rw-r--r-- | resources/lang/dv/messages.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/lang/dv/messages.po b/resources/lang/dv/messages.po index 7a6a758659..a3031474ff 100644 --- a/resources/lang/dv/messages.po +++ b/resources/lang/dv/messages.po @@ -1466,21 +1466,21 @@ msgstr "" msgid "Address" msgstr "" -#. I18N: gedcom tag ADD1 +#. I18N: gedcom tag ADR1 #: app/Factories/ElementFactory.php:248 app/Factories/ElementFactory.php:361 #: app/Factories/ElementFactory.php:381 app/Factories/ElementFactory.php:643 #: app/Factories/ElementFactory.php:690 app/GedcomTag.php:430 msgid "Address line 1" msgstr "" -#. I18N: gedcom tag ADD2 +#. I18N: gedcom tag ADR2 #: app/Factories/ElementFactory.php:249 app/Factories/ElementFactory.php:362 #: app/Factories/ElementFactory.php:382 app/Factories/ElementFactory.php:644 #: app/Factories/ElementFactory.php:691 app/GedcomTag.php:433 msgid "Address line 2" msgstr "" -#. I18N: gedcom tag ADD3 +#. I18N: gedcom tag ADR3 #: app/Factories/ElementFactory.php:250 app/Factories/ElementFactory.php:363 #: app/Factories/ElementFactory.php:383 app/Factories/ElementFactory.php:645 #: app/Factories/ElementFactory.php:692 app/GedcomTag.php:436 |
