From df33848fb4b24887bc8b287bd0a57f4eff5c4146 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 16 Jan 2017 12:03:20 +0100 Subject: [PATCH] ActionBar: Verwendung bei Artikelsuche standardisiert MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit • »Weiter« → »Suchen« --- bin/mozilla/ic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index ffe5d07f0..b1cb02bc7 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -599,7 +599,7 @@ sub setup_ic_search_action_bar { for my $bar ($::request->layout->get('actionbar')) { $bar->add( action => [ - t8('Continue'), + t8('Search'), submit => [ '#form', { action => 'generate_report' } ], accesskey => 'enter', ], -- 2.20.1