Преглед изворни кода

fixed another translation issue

jmunro пре 23 година
родитељ
комит
dc073365fb
1 измењених фајлова са 1 додато и 1 уклоњено
  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)) {