From 4b155bc27cedd9390d3c49a8e6ac05dd2aa628f5 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Mon, 10 May 2004 09:41:13 +0000 Subject: [PATCH] Make - and + untranslatable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7414 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.php b/src/search.php index c57713bb..2a7377ae 100644 --- a/src/search.php +++ b/src/search.php @@ -574,7 +574,7 @@ function asearch_print_query_array(&$boxes, &$query_array, &$query_keys, &$actio $text_array = array('', ''); else - $text_array = array(_("-"), _("+")); + $text_array = array('-', '+'); $toggle_link = asearch_get_toggle_link(!$show_flag, $show_pref, $text_array, array(_("Fold"), _("Unfold"))); if (!$use_icons_flag) $toggle_link = '[' . $toggle_link . ']'; -- 2.25.1