From 91b41a8034f4c8f2e7d0f449aea95bc09114fc3b Mon Sep 17 00:00:00 2001 From: stekkel Date: Sun, 6 Oct 2002 13:10:12 +0000 Subject: [PATCH] remove debug code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3765 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 32f51bff..2f7c41ce 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -708,7 +708,7 @@ function mail_message_listing_beginning ($imapConnection, . html_tag( 'td' ,'' , 'left', $color[0], '' ) . html_tag( 'table' ,'' , '', $color[0], 'border="0" width="100%" cellpadding="0" cellspacing="0"' ) . html_tag( 'tr', - getSmallStringCell(_("Move Selected To $mailbox"), 'left') . + getSmallStringCell(_("Move Selected To"), 'left') . getSmallStringCell(_("Transform Selected Messages"), 'right') ) . html_tag( 'tr' ) ."\n" -- 2.25.1