diff --git a/plugins/unlisted b/plugins/unlisted index 02709bf..5888190 100644 --- a/plugins/unlisted +++ b/plugins/unlisted @@ -6,7 +6,8 @@ sub command :Tab(unlisted,donate) ($self, $cart, $command, @) { $command eq 'unlisted' or $command eq 'donate' or return NEXT; $self->{command} = $command; - return "Price", \&amount; + my $prompt = $command eq 'donate' ? 'Amount' : 'Price'; + return $prompt, \&amount; } sub amount($self, $cart, $arg, @) {