For compability with gettext 0.10.40
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Jan 2006 10:37:44 +0000 (10:37 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Jan 2006 10:37:44 +0000 (10:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10615 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/page_header.tpl

index 438667e01f0e779d62eafb789816e9b348998de2..f68ff6cb09efe3dd07e23cf7e33653850894b4b6 100644 (file)
@@ -24,13 +24,13 @@ if ( $shortBoxName <> '' && strtolower( $shortBoxName ) <> 'none' ) {
 }
 
 // Define our default link text.
 }
 
 // Define our default link text.
-$signout_link_default = _('Sign Out');
-$compose_link_default = _('Compose');
-$address_link_default = _('Addresses');
-$folders_link_default = _('Folders');
-$options_link_default = _('Options');
-$search_link_default = _('Search');
-$help_link_default = _('Help');
+$signout_link_default = _("Sign Out");
+$compose_link_default = _("Compose");
+$address_link_default = _("Addresses");
+$folders_link_default = _("Folders");
+$options_link_default = _("Options");
+$search_link_default = _("Search");
+$help_link_default = _("Help");
 
 /*
  * Create strings to use for links.  If tempalte authors
 
 /*
  * Create strings to use for links.  If tempalte authors