diff options
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help_text.php b/help_text.php index 17e39fb2cc..28ea5b3b86 100644 --- a/help_text.php +++ b/help_text.php @@ -2718,7 +2718,7 @@ case 'SUBLIST_TRIGGER_I': case 'SURNAME_LIST_STYLE': $title=i18n::translate('Surname list style'); - $text=i18n::translate('<p>Lists of surnames, as they appear in the Top 10 Surnames block, the Individual lists, and the Family lists, can be shown in different styles.</p><dl><dt>Table</dt><dd>In this style, the surnames are shown in a table that can be sorted either by surname or by count.</dd><dt>Tag cloud</dt><dd>In this style, the surnames are shown in a list, and the font size used for each name depends on the number of occurrences of that name in the database. The list is not sortable.</dd></dl>'); + $text=i18n::translate('<p>Lists of surnames, as they appear in the Top 10 Surnames block, the Individual lists, and the Family lists, can be shown in different styles.</p><dl><dt>Table</dt><dd>In this style, the surnames are shown in a table that can be sorted either by surname or by count.</dd><dt>Tag cloud</dt><dd>In this style, the surnames are shown in a list, and the font size used for each name depends on the number of occurrences of that name in the database. The list is not sortable.</dd><dt>List</dt><dd>This is a simple list of names, with a count of each name , in a tabulated format of up to four columns</dd></dl>'); break; case 'SURNAME_TRADITION': |
