[FIX] Wrong indentation fixed
authorChris Biersbach <cbi@openerp.com>
Mon, 8 Oct 2012 10:58:00 +0000 (12:58 +0200)
committerChris Biersbach <cbi@openerp.com>
Mon, 8 Oct 2012 10:58:00 +0000 (12:58 +0200)
bzr revid: cbi@openerp.com-20121008105800-kkfah0x3l0z9hg3a

openerp/tools/translate.py

index fa3b023..e0706c2 100644 (file)
@@ -523,7 +523,7 @@ def trans_parse_rml(de):
             for s in string_list:
                 if s:
                     res.append(s.encode("utf8"))
-            res.extend(trans_parse_rml(n))
+        res.extend(trans_parse_rml(n))
     return res
 
 def trans_parse_view(de):