Changeset 4032

Show
Ignore:
Timestamp:
02/14/09 20:14:38 (4 years ago)
Author:
luis
Message:

Separate string interpolation from translatable string

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/InterfaceEditor/umitInterfaceEditor/DependencesOption.py

    r3980 r4032  
    4444class DependenceOption(HIGDialog): 
    4545    def __init__(self, option, restructfiles, profile, wizard): 
    46         HIGDialog.__init__(self, _('Dependence of Option %s ' % option )) 
     46        HIGDialog.__init__(self, _('Dependence of Option ') + option ) 
    4747        self.set_size_request(-1,300) 
    4848        self.restructfiles = restructfiles