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/header.php | |
| 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/header.php')
| -rw-r--r-- | themes/colors/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
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>'; |
