From c58676d6249665be3db3f6ced42d1681a9ee1140 Mon Sep 17 00:00:00 2001 From: Adrian Collier Date: Thu, 1 Aug 2013 13:40:47 +0200 Subject: [PATCH] Fix for #257 - correction on spelling for Unpublished banner --- akvo/locale/de/LC_MESSAGES/django.po | 4 ++-- akvo/templates/partner_sites/project/base_project.html | 2 +- akvo/templates/rsr/base.html | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/akvo/locale/de/LC_MESSAGES/django.po b/akvo/locale/de/LC_MESSAGES/django.po index 36443156ba..61fb0db69b 100644 --- a/akvo/locale/de/LC_MESSAGES/django.po +++ b/akvo/locale/de/LC_MESSAGES/django.po @@ -3169,11 +3169,11 @@ msgstr "in Dollar" #: templates/partner_sites/project/base_project.html:11 #: templates/rsr/base.html:109 -msgid "This is a draft view of the project. It can only be seen by projects members and Akvo administrators." +msgid "This is a draft view of the project. It can only be seen by Project Members and Akvo Administrators." msgstr "" #: templates/partner_sites/project/base_project.html:13 -msgid "Pleas note that the map will not display any locations until the project is published." +msgid "" msgstr "" #: templates/partner_sites/project/base_project.html:20 diff --git a/akvo/templates/partner_sites/project/base_project.html b/akvo/templates/partner_sites/project/base_project.html index 9a9fc93091..6e48125dbb 100644 --- a/akvo/templates/partner_sites/project/base_project.html +++ b/akvo/templates/partner_sites/project/base_project.html @@ -8,7 +8,7 @@ {% block draft %} {% if draft %}
- {% trans "This is a draft view of the project. It can only be seen by projects members and Akvo administrators." %} + {% trans "This is a draft view of the project. It can only be seen by Project Members and Akvo Administrators." %}
{% endif %} {% endblock draft %} diff --git a/akvo/templates/rsr/base.html b/akvo/templates/rsr/base.html index 6b1cffc8ad..02b484961f 100644 --- a/akvo/templates/rsr/base.html +++ b/akvo/templates/rsr/base.html @@ -106,9 +106,7 @@ {% block draft %} {% if draft %}
- {% trans "This is a draft view of the project. It can only be seen by projects members and Akvo administrators." %} -
- {% trans "Pleas note that the map will not display any locations until the project is published." %} + {% trans "This is a draft view of the project. It can only be seen by Projects Members and Akvo Administrators." %}
{% endif %} {% endblock draft %}