Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
make some unlocalizable strings localizable on Edit Listing page (bug…
Browse files Browse the repository at this point in the history
… 764047)
  • Loading branch information
cvan committed Jun 19, 2012
1 parent 8d7dba3 commit a6be3d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mkt/developers/templates/developers/apps/edit/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ <h2>
<input type="text" name="manifest_url"{% if not action_allowed('Admin', '%') %} readonly{% endif %} value="{{ addon.manifest_url }}">
{{ form.manifest_url.errors }}
<p class="note">
{% with email='app-reviews@mozilla.org' %}
{% trans email='app-reviews@mozilla.org' %}
Manifest URLs cannot be changed after your app has been
submitted. Please email
<a href="mailto:{{ email }}">{{ email }}</a> if there is a
reason you need to modify your manifest URL.
{% endwith %}
{% endtrans %}
</p>
{% else %}
<a href="{{ addon.manifest_url }}" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion mkt/developers/templates/developers/includes/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<div class="addon-app-cats">
<label>
{{ _('Categories:') }} {{ required() }}
<span class="hint-inline">Pick one or two categories.</span>
<span class="hint-inline">{{ _('Pick one or two categories.') }}</span>
</label>
{{ form.application }}
{{ form.categories }}
Expand Down

0 comments on commit a6be3d5

Please sign in to comment.