diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-22 18:26:49 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-22 18:26:49 +0000 |
| commit | 5004164fa6315fa8fb7260912ba614d456d88d28 (patch) | |
| tree | b15cf6454f5937ec12bf873e1c319243dd79b511 | |
| parent | 4fbf20e5317f1a649e55259e673176fe8bfeb174 (diff) | |
| download | webtrees-5004164fa6315fa8fb7260912ba614d456d88d28.tar.gz webtrees-5004164fa6315fa8fb7260912ba614d456d88d28.tar.bz2 webtrees-5004164fa6315fa8fb7260912ba614d456d88d28.zip | |
The "chart style" help on the ancestors/descendants charts is incomplete, and not needed.
| -rw-r--r-- | ancestry.php | 2 | ||||
| -rw-r--r-- | descendancy.php | 2 | ||||
| -rw-r--r-- | help_text.php | 5 | ||||
| -rw-r--r-- | includes/old_messages.php | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/ancestry.php b/ancestry.php index 1c6d8fb496..8f32dc9115 100644 --- a/ancestry.php +++ b/ancestry.php @@ -76,7 +76,7 @@ echo WT_JS_START, 'var pastefield; function paste_id(value) {pastefield.value=va </td> <!-- // NOTE: chart style --> -<td rowspan="2" class="descriptionbox"><?php echo WT_I18N::translate('Layout'), help_link('chart_style'); ?></td> +<td rowspan="2" class="descriptionbox"><?php echo WT_I18N::translate('Layout'); ?></td> <td rowspan="2" class="optionbox"> <input type="radio" name="chart_style" value="0" <?php diff --git a/descendancy.php b/descendancy.php index 94ab8d3717..1fc6c28461 100644 --- a/descendancy.php +++ b/descendancy.php @@ -71,7 +71,7 @@ echo WT_I18N::translate('Box width'), help_link('box_width'), '</td>'; echo '<td class="optionbox"><input type="text" size="3" name="box_width" value="', $controller->box_width, '" />'; echo '<b>%</b></td>'; echo '<td rowspan="2" class="descriptionbox">'; -echo WT_I18N::translate('Layout'), help_link('chart_style'); +echo WT_I18N::translate('Layout'); echo '</td><td rowspan="2" class="optionbox">'; echo '<input type="radio" name="chart_style" value="0"'; if ($controller->chart_style==0) { diff --git a/help_text.php b/help_text.php index 3670078049..63d25c6aef 100644 --- a/help_text.php +++ b/help_text.php @@ -2176,11 +2176,6 @@ case 'box_width': $text=WT_I18N::translate('Here you can change the box width from 50 percent to 300 percent. At 100 percent each box is about 270 pixels wide.'); break; -case 'chart_style': - $title=WT_I18N::translate('Chart style'); - $text=WT_I18N::translate('Two chart styles are available:<ul><li><b>List</b><br />Vertical tree, with collapsible/expandable families.</li><li><b>Booklet</b><br />One family per page, with parents, grandparents, and all recorded children.<br /><br />This format is easy to print to give to your relatives.</li></ul>'); - break; - case 'chart_type': $title=WT_I18N::translate('Chart type'); $text=WT_I18N::translate('Select what you want to see on the map chart. You can choose:<p style="padding-left: 25px"><b>Individual distribution chart</b> shows the countries in which persons from this database occur.<br /><b>Surname distribution chart</b> shows the countries in which the specified surname occurs.</p>'); diff --git a/includes/old_messages.php b/includes/old_messages.php index 3a6bbd8dcd..9efb81740b 100644 --- a/includes/old_messages.php +++ b/includes/old_messages.php @@ -42,6 +42,7 @@ exit; /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Allows the user to select links to other charts and close relatives of the person.<br /><br />Set to <b>Disabled</b> to disable this feature. Set to <b>On Mouse Over</b> to popup the links when the user mouses over the icon in the box. Set to <b>On Mouse Click</b> to popup the links when the user clicks on the icon in the box.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Both alive '); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Both dead '); +/* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Chart style'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Checking this option will remove any custom tags that may have been added to the records by <b>webtrees</b>.<br /><br />Custom tags used by <b>webtrees</b> include the <b>_WT_USER</b> tag which identifies the user who changed a record online and the <b>_THUM</b> tag which tells <b>webtrees</b> that the image should be used as a thumbnail.<br /><br />Custom tags may cause errors when importing the downloaded GEDCOM to another genealogy application.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Choose a letter to show families where a spouse has a given name which starts with that letter.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Choose a letter to show families whose name starts with that letter.'); @@ -107,6 +108,7 @@ exit; /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('To Shared Note'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Total events: %s'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Total surnames: %s'); +/* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Two chart styles are available:<ul><li><b>List</b><br />Vertical tree, with collapsible/expandable families.</li><li><b>Booklet</b><br />One family per page, with parents, grandparents, and all recorded children.<br /><br />This format is easy to print to give to your relatives.</li></ul>'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Unable to authenticate user.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('User name'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('With this option you can either show or hide all details in the Name boxes. You can display more boxes on one screen when the details are hidden.<br /><br />When all details are hidden, the Zoom icon described below is not shown. However, if the administrator has enabled the Zoom function, the entire box will act like a Zoom icon to reveal full details about the person.<br /><br />When the details are not hidden and the Zoom function, identified by a magnifying glass icon, has been enabled by the administrator, you can reveal even more details about that person. If you normally have to click on the Zoom icon to zoom in, you can reveal additional hidden details by clicking that icon here. Similarly, if you can zoom in by hovering over the Zoom icon, hidden details will be revealed by hovering over that icon here.<br /><br />If you have clicked on the Zoom icon to reveal more details, you can restore the box to its normal level of detail by clicking on the Zoom icon again. If you have revealed more details by simply moving the mouse pointer over the Zoom icon, the box will be restored to its normal level of detail when you move the mouse pointer away from the Zoom icon.'); |
