ActionBar: Verwendung bei Projektsuche standardisiert
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 16 Jan 2017 11:06:39 +0000 (12:06 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:44:00 +0000 (10:44 +0100)
• »Suchen« → »Erneuern«
• »Zurücksetzen« in Form verschoben
• »Projekt erfassen« → »Erfassen«

SL/Controller/Project.pm

index 0e81e57..21b3d82 100644 (file)
@@ -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'),
       ],
     );