diff options
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/footer.php | 2 | ||||
| -rw-r--r-- | themes/colors/header.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/colors/footer.php b/themes/colors/footer.php index f52d765c63..7fc3e92cdb 100644 --- a/themes/colors/footer.php +++ b/themes/colors/footer.php @@ -46,7 +46,7 @@ if ($SHOW_STATS || WT_DEBUG) { } if (exists_pending_change()) { - echo "<br />", i18n::translate('Changes have been made to this GEDCOM.'), " <a href=\"javascript:;\" onclick=\"window.open('edit_changes.php', '_blank', 'width=600, height=500, resizable=1, scrollbars=1'); return false;\">", i18n::translate('Accept / Reject Changes'), "</a>\n"; + echo "<br /><a href=\"javascript:;\" onclick=\"window.open('edit_changes.php', '_blank', 'width=600, height=500, resizable=1, scrollbars=1'); return false;\">", i18n::translate('There are pending changes for you to moderate.'), "</a>"; } echo "</div>"; echo "</div> <!-- close div id=\"footer\" -->\n"; diff --git a/themes/colors/header.php b/themes/colors/header.php index e0a7658eff..23fb07b6b2 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -125,7 +125,7 @@ if ($view!='simple') { echo ' | <li><a href="admin.php" class="icon_color">', i18n::translate('Administration'), '</a></li>'; } if (WT_USER_CAN_ACCEPT && exists_pending_change()) { - echo ' | <li><a href="javascript:;" onclick="window.open(\'edit_changes.php\',\'_blank\',\'width=600,height=500,resizable=1,scrollbars=1\'); return false;" style="color:red;">', i18n::translate('Pending Changes'), '</a></li>'; + echo ' | <li><a href="javascript:;" onclick="window.open(\'edit_changes.php\',\'_blank\',\'width=600,height=500,resizable=1,scrollbars=1\'); return false;" style="color:red;">', i18n::translate('Pending changes'), '</a></li>'; } } else { echo '<li>', login_link('class="icon_color"'), '</li>'; |
