]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 0e81e570dc3c3b393b5a84ed61094970410e2d2d..21b3d82d20da18449b06291bd5fa87b9ff6da817 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'),
       ],
     );