[FIX] Account: Spell corrected in order to display separator on subscription wizard
authorJay (Open ERP) <jvo@tinyerp.com>
Tue, 5 Jan 2010 11:50:40 +0000 (17:20 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Tue, 5 Jan 2010 11:50:40 +0000 (17:20 +0530)
lp bug: https://launchpad.net/bugs/500591 fixed

bzr revid: jvo@tinyerp.com-20100105115040-w1lnbhythr77zjl7

addons/account/wizard/wizard_subscription_generate.py

index 5eda177..66cf394 100644 (file)
@@ -30,7 +30,7 @@ import pooler
 
 _subscription_form = '''<?xml version="1.0"?>
 <form string="%s">
-    <seperator string="Generate entries before:" colspan="4"/>
+    <separator string="Generate entries before:" colspan="4"/>
     <field name="date"/>
 </form>''' % ('Subscription Compute',)