From 926b327f2eecd54f7f5291dafc1a35217207ff57 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 16 Jan 2017 12:06:39 +0100 Subject: [PATCH] ActionBar: Verwendung bei Projektsuche standardisiert MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit • »Suchen« → »Erneuern« • »Zurücksetzen« in Form verschoben • »Projekt erfassen« → »Erfassen« --- SL/Controller/Project.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Controller/Project.pm b/SL/Controller/Project.pm index 0e81e570d..21b3d82d2 100644 --- a/SL/Controller/Project.pm +++ b/SL/Controller/Project.pm @@ -422,12 +422,12 @@ sub setup_search_action_bar { for my $bar ($::request->layout->get('actionbar')) { $bar->add( action => [ - t8('Search'), + t8('Update'), submit => [ '#search_form', { action => 'Project/list' } ], accesskey => 'enter', ], link => [ - t8('Add Project'), + t8('Add'), link => $self->url_for(action => 'new'), ], ); -- 2.20.1