summaryrefslogtreecommitdiff
path: root/indilist.php
diff options
context:
space:
mode:
Diffstat (limited to 'indilist.php')
-rw-r--r--indilist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/indilist.php b/indilist.php
index d4490f7f3e..cabe9b5ca1 100644
--- a/indilist.php
+++ b/indilist.php
@@ -183,10 +183,10 @@ if (!$SEARCH_SPIDER) {
echo '<p class="center">';
if ($alpha!='@' && $alpha!=',' && !$surname) {
if ($surname_sublist=='yes') {
- echo '<a href="', $url, '&amp;surname_sublist=no">', i18n::translate('Skip Surname lists'), '</a>';
+ echo '<a href="', $url, '&amp;surname_sublist=no">', i18n::translate('Skip surname lists'), '</a>';
echo help_link('skip_sublist', 'qm', 'skip_surnames');
} else {
- echo '<a href="', $url, '&amp;surname_sublist=yes">', i18n::translate('Show Surname lists'), '</a>';
+ echo '<a href="', $url, '&amp;surname_sublist=yes">', i18n::translate('Show surname lists'), '</a>';
echo help_link('skip_sublist', 'qm', 'show_surnames');
}
echo '&nbsp;&nbsp;&nbsp;';