Replace public-facing "DD" with "Debian Member"

This commit is contained in:
Paul Wise 2012-01-07 09:10:58 +08:00 committed by Jan Dittberner
parent c3b4ec0d70
commit 830127ccc0
3 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ ${h.form(h.url(action='urllist', controller='ddportfolio'), method='get')}
checked=(request.params.get('mode',
'html') == 'html'))} ${_('JSON')} ${h.radio('mode',
'json', checked=(request.params.get('mode', 'html') == 'json'))}<br />
${h.submit('submit', value=_('Build DD Portfolio URLs'))}
${h.submit('submit', value=_('Build Debian Member Portfolio URLs'))}
</div>
</fieldset>
${h.end_form()}