--- deliantra/server/ext/bank.ext 2009/08/20 18:12:13 1.8 +++ deliantra/server/ext/bank.ext 2009/09/02 00:05:56 1.9 @@ -58,7 +58,7 @@ # First check for possible overflow and user stupidity if ($pay > 2**30) { - return "Sorry, we do not handle that kind of money for one $action."; + return "Sorry, we do not handle that amount of money for one $action."; } elsif ($pay == 0) { return "You can not $action nothing."; } elsif ($pay < 0) {