]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Part.pm
Part: typo
[mfinanz.git] / SL / Controller / Part.pm
index ce09affa4bd57e98fc120d52fcfeb5f908c8e5ed..f589a715a5b61a292e1e758c238aac7b9f05c550 100644 (file)
@@ -431,7 +431,7 @@ sub action_multi_items_update_result {
     my $text = escape($::locale->text('No results.'));
     $_[0]->render($text, { layout => 0 });
   } elsif ($count > $max_count) {
-    my $text = escpae($::locale->text('Too many results (#1 from #2).', $count, $max_count));
+    my $text = escape($::locale->text('Too many results (#1 from #2).', $count, $max_count));
     $_[0]->render($text, { layout => 0 });
   } else {
     my $multi_items = $_[0]->multi_items_models->get;