Remove tabs from multi-line string in python/IPO/banksay.py. Fixes bug #1551381.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@4971 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5a3a3c06d4
commit
3370818173
|
@ -61,8 +61,8 @@ thanks_message = [ \
|
||||||
|
|
||||||
if text[0] == 'help' or text[0] == 'yes':
|
if text[0] == 'help' or text[0] == 'yes':
|
||||||
message ='You can:\n-deposit,-withdraw,-balance,-exchange \
|
message ='You can:\n-deposit,-withdraw,-balance,-exchange \
|
||||||
\nAll transactions are in imperial notes\n(1 : 1000 gold coins). \
|
\nAll transactions are in imperial notes\n(1 : 1000 gold coins). \
|
||||||
\nA service charge of %d percent will be placed on all deposits.' \
|
\nA service charge of %d percent will be placed on all deposits.' \
|
||||||
%(service_charge)
|
%(service_charge)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue