~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseries-index.pt

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        <tal:derivation
69
69
          tal:condition="request/features/soyuz.derived_series_ui.enabled">
70
70
          <div class="yui-u"
71
 
               tal:condition="python:context.is_derived_series or context.is_initialising">
 
71
               tal:condition="python:context.is_derived_series or context.is_initializing">
72
72
            <div tal:replace="structure context/@@+portlet-derivation" />
73
73
          </div>
74
74
        </tal:derivation>