diff options
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/help_text.php b/help_text.php index 63d25c6aef..9c0d6c632a 100644 --- a/help_text.php +++ b/help_text.php @@ -2713,11 +2713,6 @@ case 'stat_gwz': $text=WT_I18N::translate('Select the desired starting year and interval<br /><br />For example, <b>from 1700 interval 50 years</b> describes the following set of date ranges:<div style="padding-left:30px;">before 1700<br />1700 to 1749<br />1750 to 1799<br />1800 to 1849<br />1850 to 1899<br />1900 to 1949<br />1950 to 1999<br />2000 or later</div>'); break; -case 'talloffset': - $title=WT_I18N::translate('Page layout'); - $text=WT_I18N::translate('With this option you determine the page layout orientation.<br /><br />Changing this setting might be useful if you want to make a screen print or if you have a different type of screen.<ul><li><b>Portrait</b> mode will make the tree taller, such that a 4 generation chart should fit on a single page printed vertically.</li><li><b>Landscape</b> mode will make a wider tree that should print on a single page printed horizontally.</li><li><b>Oldest at top</b> mode rotates the chart, but not its boxes, by 90 degrees counter-clockwise, so that the oldest generation is at the top of the chart.</li><li><b>Oldest at bottom</b> mode rotates the chart, but not its boxes, by 90 degrees clockwise, so that the oldest generation is at the bottom of the chart.</li></ul>'); - break; - case 'timeline_chart': $title=WT_I18N::translate('Timeline'); $text=WT_I18N::translate('On this chart you can display one or more persons along a timeline. You can, for example, visualize the status of two or more persons at a certain moment.<br /><br />If you click the <b>Time Line</b> link on an other page you will already see one person on the Time Line. If you clicked the <b>Time Line</b> menu item in a page header, you have to supply the starting person\'s ID.'); |
