diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-11-09 11:23:25 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-11-09 11:23:25 +0000 |
| commit | f371e0c457faa4247bf4491216a8663635a6f46a (patch) | |
| tree | 38185ae600da5401aaf9e68a6a5d12926faf8b2f /themes/colors | |
| parent | d7f3daaf465d87fd795c11d844c7125dc3b91d03 (diff) | |
| download | webtrees-f371e0c457faa4247bf4491216a8663635a6f46a.tar.gz webtrees-f371e0c457faa4247bf4491216a8663635a6f46a.tar.bz2 webtrees-f371e0c457faa4247bf4491216a8663635a6f46a.zip | |
Language updates. Use new names for roles, and consistent terms. e.g. "moderate" instead of "accept/reject", "approve" instead of "accept", "change" instead of "edit", "family tree" instead of "GEDCOM", etc. There are lots more to do....
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>'; |
