Replace public-facing "DD" with "Debian Member"
This commit is contained in:
parent
c3b4ec0d70
commit
830127ccc0
3 changed files with 3 additions and 3 deletions
|
@ -353,7 +353,7 @@ msgid "JSON"
|
|||
msgstr ""
|
||||
|
||||
#: ddportfolioservice/templates/showform.mako:161
|
||||
msgid "Build DD Portfolio URLs"
|
||||
msgid "Build Debian Member Portfolio URLs"
|
||||
msgstr ""
|
||||
|
||||
#: ddportfolioservice/templates/showurls.mako:24
|
||||
|
|
|
@ -383,7 +383,7 @@ msgid "JSON"
|
|||
msgstr "JSON"
|
||||
|
||||
#: ddportfolioservice/templates/showform.mako:161
|
||||
msgid "Build DD Portfolio URLs"
|
||||
msgid "Build Debian Member Portfolio URLs"
|
||||
msgstr "Debian-Entwicklerportfolio-URLs bauen"
|
||||
|
||||
#: ddportfolioservice/templates/showurls.mako:24
|
||||
|
|
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue