~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/translationmessage.py

Change all uses of 'initialise' to 'initialize'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1106
1106
                    self.current_series.distribution.displayname,
1107
1107
                    self.current_series.name)
1108
1108
 
1109
 
        # Initialise the translation dictionaries used from the
 
1109
        # Initialize the translation dictionaries used from the
1110
1110
        # translation form.
1111
1111
        self.translation_dictionaries = []
1112
1112
        for index in self.pluralform_indices: