From: kink Date: Sun, 12 Mar 2006 14:38:39 +0000 (+0000) Subject: need to encode & in strings X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=407e70327abb65df0d3da60110eb27d477776898 need to encode & in strings git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10979 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/options/display.php b/include/options/display.php index af554d7e..f7dfc022 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -407,7 +407,7 @@ function load_optpage_data_display() { $optvals[SMOPT_GRP_MESSAGE][] = array( 'name' => 'delete_prev_next_display', - 'caption' => _("Show 'Delete & Prev/Next' Links"), + 'caption' => _("Show 'Delete & Prev/Next' Links"), 'type' => SMOPT_TYPE_BOOLEAN, 'refresh' => SMOPT_REFRESH_ALL ); diff --git a/src/read_body.php b/src/read_body.php index 4296254f..36dfe50b 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -578,7 +578,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $removed // top display is enabled. if ( $delete_prev_next_display == 1 && in_array('\\deleted', $aMailbox['PERMANENTFLAGS'],true) ) { - $del_prev_link = _("Delete & Prev"); + $del_prev_link = _("Delete & Prev"); if ($prev >= 0) { $uri = $base_uri . 'src/read_body.php?passed_id='.$prev. '&mailbox='.$urlMailbox.'&sort='.$sort. @@ -588,7 +588,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $removed $del_prev_link = ''.$del_prev_link.''; } - $del_next_link = _("Delete & Next"); + $del_next_link = _("Delete & Next"); if ($next >= 0) { $uri = $base_uri . 'src/read_body.php?passed_id='.$next. '&mailbox='.$urlMailbox.'&sort='.$sort. diff --git a/src/vcard.php b/src/vcard.php index 995afb8c..12da6a73 100644 --- a/src/vcard.php +++ b/src/vcard.php @@ -188,7 +188,7 @@ if (isset($vcard_nice['org'])) { $opts[$vcard_nice['org']] = _("Organization / Department"); } if (isset($vcard_nice['title'])) { - $opts[$vcard_nice['title'].'; '.$vcard_nice['org']] = _("Title & Org. / Dept."); + $opts[$vcard_nice['title'].'; '.$vcard_nice['org']] = _("Title & Org. / Dept."); } if (isset($vcard_nice['tel;work'])) { $opts[$vcard_nice['tel;work']] = _("Work Phone"); @@ -244,4 +244,4 @@ echo '