From 494607f59aa4df742489c513d2d81e09fb0bd5bd Mon Sep 17 00:00:00 2001 From: indiri69 Date: Tue, 1 Jun 2004 16:15:11 +0000 Subject: [PATCH] String fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7579 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 165c6d63..9da586e6 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -94,11 +94,11 @@ function printMessageInfo($aMsg) { $default_use_priority, $message_highlight_list, $index_order, - $truncate_sender, /* number of characters for From/To field (<= 0 for unchanged) */ + $truncate_sender, /* number of characters for From/To field (<= 0 for unchanged) */ $email_address, - $show_recipient_instead, /* show recipient name instead of default identity */ - $use_icons, /* indicates to use icons or text markers */ - $icon_theme; /* icons theming */ + $show_recipient_instead, /* show recipient name instead of default identity */ + $use_icons, /* indicates to use icons or text markers */ + $icon_theme; /* icons theming */ $color_string = $color[4]; @@ -1408,7 +1408,7 @@ function ShowSortButton($aMailbox, $Down, $Up ) { . '&startMessage=1&mailbox=' . urlencode($aMailbox['NAME']) . '">sort'; + . _("Click here to change the sorting of the message list") .'" />'; } /** -- 2.25.1