Skip to content

Commit

Permalink
Fixed traslation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bbotella committed Nov 4, 2013
1 parent 0bf0623 commit 9815725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mozbuzz/buzz/templates/buzz/delete_mention.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

{% block main_content %}
<h1>
Are you sure?
{%trans "Are you sure?" %}
</h1>
<p>
Are you sure you want to delete the mention "{{ instance }}"? All of the following related items will be deleted:
{%trans "Are you sure you want to delete the mention "%}{{ instance }}{%trans "? All of the following related items will be deleted:"%}
</p>
<form method="post"
{% if pk %}
Expand All @@ -16,7 +16,7 @@ <h1>
{% if not pk and request.GET.rsspost %}
<input type="hidden" name="rsspost_hide" value="{{ request.GET.rsspost }}"/>
{% endif %}
<input type="submit" value="Are you sure?" />
<input type="submit" value="{%trans "Are you sure?" %}" />
</form>
{% endblock %}

Expand Down

0 comments on commit 9815725

Please sign in to comment.