diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-04-03 14:33:08 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-04-03 14:33:08 +0100 |
| commit | 8422f8e5cf122d9b48df3736535a4df6f5fb139c (patch) | |
| tree | 5c96b5ca081cb42199e85fd52e9b15c2e2060f24 /resources/views/admin | |
| parent | 1d0e329a1ccba83512c6d387710580e867964d19 (diff) | |
| download | webtrees-8422f8e5cf122d9b48df3736535a4df6f5fb139c.tar.gz webtrees-8422f8e5cf122d9b48df3736535a4df6f5fb139c.tar.bz2 webtrees-8422f8e5cf122d9b48df3736535a4df6f5fb139c.zip | |
Update PO files
Diffstat (limited to 'resources/views/admin')
| -rw-r--r-- | resources/views/admin/tags.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/admin/tags.phtml b/resources/views/admin/tags.phtml index 729ccf3943..c4bf14a6aa 100644 --- a/resources/views/admin/tags.phtml +++ b/resources/views/admin/tags.phtml @@ -933,7 +933,7 @@ use Fisharebest\Webtrees\Site; <p> <?= I18N::translate('Many genealogy applications define their own custom GEDCOM tags and webtrees will be able to display most of them.') ?> <br> - <?= I18N::translate('It is not recommended to use custom GEDCOM tags. This data can be lost when you transfer it to other applications.') ?> + <?= I18N::translate('It is not recommended to use custom GEDCOM tags. This data can be lost when you transfer it to other applications.') ?> <br> <?= I18N::translate('To create new data using custom tags, you need to enable them.') ?> </p> @@ -960,7 +960,7 @@ use Fisharebest\Webtrees\Site; <div class="row mb-3"> <label class="col-sm-3" for="custom_gedcom_l_tags"> - <?= I18N::translate('Gedcom-L') ?> + <?= /* I18N: https://genealogy.net/GEDCOM/ */ I18N::translate('GEDCOM-L') ?> </label> <div class="col-sm-9"> |
