diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-04-03 15:23:44 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-04-03 15:23:44 +0100 |
| commit | 306f0629667e1013af6abd216e6c8e47da50cba1 (patch) | |
| tree | 76e8852c0d677630e3673729671a80bf90e3291c /help_text.php | |
| parent | dee27b46e640338f1b940d5f7990d5f3eb47d079 (diff) | |
| download | webtrees-306f0629667e1013af6abd216e6c8e47da50cba1.tar.gz webtrees-306f0629667e1013af6abd216e6c8e47da50cba1.tar.bz2 webtrees-306f0629667e1013af6abd216e6c8e47da50cba1.zip | |
Fix #541 - redundant help text
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/help_text.php b/help_text.php index c9c97e5cfe..03ef672ab2 100644 --- a/help_text.php +++ b/help_text.php @@ -366,16 +366,6 @@ case 'annivers_year_select': $text = I18N::translate('This input box lets you change that year of the calendar. Type a year into the box and press <b>Enter</b> to change the calendar to that year.<br><br><b>Advanced features</b> for <b>View year</b><dl><dt><b>More than one year</b></dt><dd>You can search for dates in a range of years.<br><br>Year ranges are <u>inclusive</u>. This means that the date range extends from 1 January of the first year of the range to 31 December of the last year mentioned. Here are a few examples of year ranges:<br><br><b>1992-5</b> for all events from 1992 to 1995.<br><b>1972-89</b> for all events from 1972 to 1989.<br><b>1610-759</b> for all events from 1610 to 1759.<br><b>1880-1905</b> for all events from 1880 to 1905.<br><b>880-1105</b> for all events from 880 to 1105.<br><br>To see all the events in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>197?</b> for all events from 1970 to 1979 or <b>16??</b> for all events from 1600 to 1699.<br><br>Selecting a range of years will change the calendar to the year view.</dd></dl>'); break; -case 'block_move_right': - $title = I18N::translate('Move list entries'); - $text = I18N::translate('Use these buttons to move an entry from one list to another.<br><br>Highlight the entry to be moved, and then click a button to move or copy that entry in the direction of the arrow. Use the <b>»</b> and <b>«</b> buttons to move the highlighted entry from the leftmost to the rightmost list or vice-versa. Use the <b>></b> and <b><</b> buttons to move the highlighted entry between the Available blocks list and the list to its right or left.<br><br>The entries in the Available Blocks list do not change, regardless of what you do with the Move right and Move left buttons. This is so because the same block can appear several times on the same page. The HTML block is a good example of why you might want to do this.'); - break; - -case 'block_move_up': - $title = I18N::translate('Move list entries'); - $text = I18N::translate('Use these buttons to re-arrange the order of the entries within the list. The blocks will be printed in the order in which they are listed.<br><br>Highlight the entry to be moved, and then click a button to move that entry up or down.'); - break; - case 'edit_add_ASSO': $title = I18N::translate('Add a new associate'); $text = I18N::translate('Add a new associate allows you to link a fact with an associated individual in the website. This is one way in which you might record that someone was the godfather of another individual.'); |
