From 3370818173938ad251f7494e8c3ac955df991f56 Mon Sep 17 00:00:00 2001 From: qal21 Date: Sun, 24 Sep 2006 15:38:00 +0000 Subject: [PATCH] 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-b93c2d0d6712 --- python/IPO/banksay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/IPO/banksay.py b/python/IPO/banksay.py index 7bf41fdf2..be6fc0def 100644 --- a/python/IPO/banksay.py +++ b/python/IPO/banksay.py @@ -61,8 +61,8 @@ thanks_message = [ \ if text[0] == 'help' or text[0] == 'yes': message ='You can:\n-deposit,-withdraw,-balance,-exchange \ - \nAll transactions are in imperial notes\n(1 : 1000 gold coins). \ - \nA service charge of %d percent will be placed on all deposits.' \ +\nAll transactions are in imperial notes\n(1 : 1000 gold coins). \ +\nA service charge of %d percent will be placed on all deposits.' \ %(service_charge)