diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:19:24 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:19:24 +0000 |
| commit | a2901fdd135c48f8accf4062b3c392e448d6cb52 (patch) | |
| tree | 7c5047340574a22bb5f093c52e2a34955340ae92 /help_text.php | |
| parent | e738998c8dbc4fc08b6e0dee31eed4fdccbda7c2 (diff) | |
| download | webtrees-a2901fdd135c48f8accf4062b3c392e448d6cb52.tar.gz webtrees-a2901fdd135c48f8accf4062b3c392e448d6cb52.tar.bz2 webtrees-a2901fdd135c48f8accf4062b3c392e448d6cb52.zip | |
Rename "Theme directory" option to "Theme"
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 84f29332b5..ed0202e5fd 100644 --- a/help_text.php +++ b/help_text.php @@ -2826,8 +2826,8 @@ case 'SURNAME_TRADITION': $text=i18n::translate('When you add new members to a family, <b>webtrees</b> can supply default values for surnames according to regional custom.<br /><br /><ul><li>In the <b>Paternal</b> tradition, all family members share the father\'s surname.</li><li>In the <b>Spanish</b> and <b>Portuguese</b> tradition, children receive a surname from each parent.</li><li>In the <b>Icelandic</b> tradition, children receive their male parent\'s given name as a surname, with a suffix that denotes gender.</li><li>In the <b>Polish</b> tradition, all family members share the father\'s surname. For some surnames, the suffix indicates gender. The suffixes <i>ski</i>, <i>cki</i>, and <i>dzki</i> indicate male, while the corresponding suffixes <i>ska</i>, <i>cka</i>, and <i>dzka</i> indicate female.</li></ul>'); break; -case 'THEME_DIR': - $title=i18n::translate('Theme directory'); +case 'THEME': + $title=i18n::translate('Theme'); $text=i18n::translate('The directory where your <b>webtrees</b> theme files are kept.<br /><br />You may customize any of the standard themes that come with <b>webtrees</b> to give your site a unique look and feel. See the Theme Customization section of the <a href="readme.txt">readme.txt</a> file for more information.'); break; |
