X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dcef8eb00b07cf85be6fe9f97e233b3e1d4847db..2d1ba4f4aa20d6426c8017f5531c04778b1211b6:/SL/Controller/Project.pm?ds=sidebyside 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'), ], );