diff options
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>'; |
