terminologie klopte niet bij take/deposit
This commit is contained in:
parent
08e95b5730
commit
6ce1b52230
1 changed files with 1 additions and 1 deletions
2
revbank
2
revbank
|
@ -463,7 +463,7 @@ LINE: for (;;) {
|
||||||
if (@todo) {
|
if (@todo) {
|
||||||
print "Preview:\n";
|
print "Preview:\n";
|
||||||
summary(" ", $user, @todo);
|
summary(" ", $user, @todo);
|
||||||
print "\nEnter username to pay or 'abort' to abort.\n"
|
print "\nEnter username to pay/finish or 'abort' to abort.\n"
|
||||||
}
|
}
|
||||||
my $line = prompt "Product ID, amount or command: ";
|
my $line = prompt "Product ID, amount or command: ";
|
||||||
defined $line or exec $0;
|
defined $line or exec $0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue