From f369f2c0dfd74f08c173726392aefff41239ac5d Mon Sep 17 00:00:00 2001 From: jervfors Date: Sun, 4 Sep 2005 09:48:04 +0000 Subject: [PATCH] Reverting strings (didn't work out in all languages) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10042 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/printer_friendly_bottom.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index 71764c14..1d681ed1 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -139,7 +139,7 @@ echo ''._("Attachments").':', 'left', '', 'colspan="2"' ) + html_tag( 'td',''._("Attachments:").'', 'left', '', 'colspan="2"' ) ) . "\n" ; // list of attachments echo html_tag( 'tr', @@ -250,7 +250,7 @@ function pf_show_attachments($message, $exclude_id, $mailbox, $id) { $filename = $att->getFilename(); if ($header->description) { $description = ''. - html_tag( 'td',_("Info").':', 'right') . + html_tag( 'td',_("Info:"), 'right') . html_tag( 'td',decodeHeader($header->description), 'left') . ''; } else { @@ -263,10 +263,10 @@ function pf_show_attachments($message, $exclude_id, $mailbox, $id) { // TODO: maybe make it nicer? $attachments .= '' . ''. - html_tag( 'td',_("Size").':', 'right') . + html_tag( 'td',_("Size:"), 'right') . html_tag( 'td',show_readable_size($header->size), 'left') . '' . - html_tag( 'td',_("Type").':', 'right') . + html_tag( 'td',_("Type:"), 'right') . html_tag( 'td',htmlspecialchars($type0).'/'.htmlspecialchars($type1), 'left') . ''; if (! empty($description)) { -- 2.25.1
'.decodeHeader($display_filename).'