From: Moritz Bunkus Date: Mon, 16 Jan 2017 11:03:20 +0000 (+0100) Subject: ActionBar: Verwendung bei Artikelsuche standardisiert X-Git-Tag: release-3.5.4~1315 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=df33848fb4b24887bc8b287bd0a57f4eff5c4146;p=kivitendo-erp.git ActionBar: Verwendung bei Artikelsuche standardisiert • »Weiter« → »Suchen« --- 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', ],