diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-07 19:27:22 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-08 18:40:56 +0000 |
| commit | 4e5d5173c4ec54e3c5c020cd73ce337f88e3828a (patch) | |
| tree | 68a8dfdfadc3fb99a62b487a09fb7a2b310ae8bc /help_text.php | |
| parent | fec21db04052c10d1524db038aea8f4d7434e46f (diff) | |
| download | webtrees-4e5d5173c4ec54e3c5c020cd73ce337f88e3828a.tar.gz webtrees-4e5d5173c4ec54e3c5c020cd73ce337f88e3828a.tar.bz2 webtrees-4e5d5173c4ec54e3c5c020cd73ce337f88e3828a.zip | |
Genealogical -> Genealogy
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help_text.php b/help_text.php index 2de2ce6de8..7ce6ddfae5 100644 --- a/help_text.php +++ b/help_text.php @@ -260,7 +260,7 @@ case 'NAME': $title = WT_Gedcom_Tag::getLabel('NAME'); $text = '<p>' . - I18N::translate('The <b>name</b> field contains the individual’s full name, as they would have spelled it or as it was recorded. This is how it will be displayed on screen. It uses standard genealogical annotations to identify different parts of the name.') . + I18N::translate('The <b>name</b> field contains the individual’s full name, as they would have spelled it or as it was recorded. This is how it will be displayed on screen. It uses standard genealogy annotations to identify different parts of the name.') . '</p>' . '<ul><li>' . I18N::translate('The surname is enclosed by slashes: <%s>John Paul /Smith/<%s>', 'span style="color:#0000ff;"', '/span') . @@ -314,7 +314,7 @@ case 'PHON': case 'PLAC': $title = WT_Gedcom_Tag::getLabel('PLAC'); - $text = I18N::translate('Places should be entered according to the standards for genealogy. In genealogy, places are recorded with the most specific information about the place first and then working up to the least specific place last, using commas to separate the different place levels. The level at which you record the place information should represent the levels of government or church where vital records for that place are kept.<br><br>For example, a place like Salt Lake City would be entered as “Salt Lake City, Salt Lake, Utah, USA”.<br><br>Let’s examine each part of this place. The first part, “Salt Lake City,” is the city or township where the event occurred. In some countries, there may be municipalities or districts inside a city which are important to note. In that case, they should come before the city. The next part, “Salt Lake,” is the county. “Utah” is the state, and “USA” is the country. It is important to note each place because genealogical records are kept by the governments of each level.<br><br>If a level of the place is unknown, you should leave a space between the commas. Suppose, in the example above, you didn’t know the county for Salt Lake City. You should then record it like this: “Salt Lake City, , Utah, USA”. Suppose you only know that an individual was born in Utah. You would enter the information like this: “, , Utah, USA”. <br><br>You can use the <b>Find Place</b> link to help you find places that already exist in the database.'); + $text = I18N::translate('Places should be entered according to the standards for genealogy. In genealogy, places are recorded with the most specific information about the place first and then working up to the least specific place last, using commas to separate the different place levels. The level at which you record the place information should represent the levels of government or church where vital records for that place are kept.<br><br>For example, a place like Salt Lake City would be entered as “Salt Lake City, Salt Lake, Utah, USA”.<br><br>Let’s examine each part of this place. The first part, “Salt Lake City,” is the city or township where the event occurred. In some countries, there may be municipalities or districts inside a city which are important to note. In that case, they should come before the city. The next part, “Salt Lake,” is the county. “Utah” is the state, and “USA” is the country. It is important to note each place because genealogy records are kept by the governments of each level.<br><br>If a level of the place is unknown, you should leave a space between the commas. Suppose, in the example above, you didn’t know the county for Salt Lake City. You should then record it like this: “Salt Lake City, , Utah, USA”. Suppose you only know that an individual was born in Utah. You would enter the information like this: “, , Utah, USA”. <br><br>You can use the <b>Find Place</b> link to help you find places that already exist in the database.'); break; case 'RELA': |
