Make error message fit in 80 chars
This commit is contained in:
parent
8bbca724a3
commit
147bfe7045
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ sub hook_checkout_prepare($class, $cart, $username, $transaction_id, @) {
|
||||||
: $avail == 1 ? "only 1 deposit token"
|
: $avail == 1 ? "only 1 deposit token"
|
||||||
: "only $avail deposit tokens";
|
: "only $avail deposit tokens";
|
||||||
|
|
||||||
_warn "you have $only of type $type ($addon->{description}).";
|
_warn qq[you have $only of type $type.\n]
|
||||||
|
. qq[($type = "$addon->{description}")];
|
||||||
}
|
}
|
||||||
|
|
||||||
# Store data
|
# Store data
|
||||||
|
|
Loading…
Add table
Reference in a new issue