removing word 'official'
parent
b029be4c5d
commit
516f867d87
|
@ -83,7 +83,7 @@ registration.signals.user_activated.connect(handle_same_email_account)
|
|||
def create_notice_types(app, created_models, verbosity, **kwargs):
|
||||
notification.create_notice_type("comment_on_commented", _("Comment on Commented Work"), _("A comment has been received on a book that you've commented on."))
|
||||
notification.create_notice_type("wishlist_comment", _("Wishlist Comment"), _("A comment has been received on one of your wishlist books."), default = 1)
|
||||
notification.create_notice_type("wishlist_official_comment", _("Wishlist Comment"), _("An official comment has been received on one of your wishlist books."))
|
||||
notification.create_notice_type("wishlist_official_comment", _("Wishlist Comment"), _("A campaign manager or Unglue.it staffer has left a comment on one of your wishlist books."))
|
||||
notification.create_notice_type("wishlist_work_claimed", _("Rights Holder is Active"), _("A rights holder has shown up for a book that you want unglued."), default = 1)
|
||||
notification.create_notice_type("wishlist_active", _("New Campaign"), _("A book you've wishlisted has a newly launched campaign."))
|
||||
notification.create_notice_type("wishlist_near_target", _("Campaign Near Target"), _("A book you want is near its ungluing target."))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ comment.user.username }} has official news about a book on your wishlist, {{ comment.content_object.title }}.
|
||||
{{ comment.user.username }}, a campaign manager for {{ comment.content_object.title }} (a book on your Unglue.it wishlist), has made a comment:
|
||||
|
||||
{{ comment.comment }}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block comments_graphical %}
|
||||
<a href="{% url supporter comment.user.username %}">{{ comment.user.username }}</a> has made an official comment on <a href="{% url work comment.content_object.id %}?tab=2">{{ comment.content_object.title }}</a>
|
||||
<a href="{% url supporter comment.user.username %}">{{ comment.user.username }}</a>, a campaign manager for<a href="{% url work comment.content_object.id %}?tab=2">{{ comment.content_object.title }}, has commented on the campaign.</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block comments_textual %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{{ comment.user.username }} has made an official comment on {{ comment.content_object.title }} at Unglue.it
|
||||
Campaign manager {{ comment.user.username }} has commented on {{ comment.content_object.title }} at Unglue.it
|
Loading…
Reference in New Issue