Fixed negative bills

This commit is contained in:
ElPumpo
2018-02-22 16:57:43 +01:00
parent bfed8a8f06
commit d052d98042
6 changed files with 36 additions and 34 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
Locales['en'] = {
['invoices'] = 'invoices',
['received_invoice'] = 'you ~r~received~s~ an invoice',
['received_invoice'] = 'you have just ~r~received~s~ an invoice',
['paid_invoice'] = 'you ~g~paid~s~ an invoice of ~r~$',
['received_payment'] = 'you ~g~received~s~ a payment of ~r~$',
['player_not_logged'] = 'the player is not logged in',
['no_money'] = 'you do not have enough money to pay this bill',
}