Make - and + untranslatable
authoralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 09:41:13 +0000 (09:41 +0000)
committeralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 09:41:13 +0000 (09:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7414 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index c57713bbd308dcbb0bc4c3c26d03a1786c41f237..2a7377ae6db6021910c4507577d98e33227c28ee 100644 (file)
@@ -574,7 +574,7 @@ function asearch_print_query_array(&$boxes, &$query_array, &$query_keys, &$actio
                $text_array = array('<img src="' . SM_PATH . 'images/minus.png" border="0" height="7" width="7">',
                        '<img src="' . SM_PATH . 'images/plus.png" border="0" height="7" width="7">');
        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 = '<small>[' . $toggle_link . ']</small>';