Browse Source

fixed another translation issue

jmunro 23 years ago
parent
commit
dc073365fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/page_header.php

+ 1 - 1
functions/page_header.php

@@ -167,7 +167,7 @@ function compose_Header($color, $mailbox) {
 
     global $delimiter, $hide_sm_attributions, $base_uri, $PHP_SELF, $frame_top, $compose_new_win;
 
-    displayHtmlHeader ('Compose');
+    displayHtmlHeader (_("Compose"));
 
     $module = substr( $PHP_SELF, ( strlen( $PHP_SELF ) - strlen( $base_uri ) ) * -1 );
     if (!isset($frame_top)) {