Update error message that shows when Google Maps API key is missing.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 01 Feb 2009 16:14:25 +0000
changeset 1155 44dcc941e199
parent 1154 77276e2c46f7
child 1156 40bccd791cf6
Update error message that shows when Google Maps API key is missing. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/templates/soc/role/edit.html
--- a/app/soc/templates/soc/role/edit.html	Sun Feb 01 16:14:09 2009 +0000
+++ b/app/soc/templates/soc/role/edit.html	Sun Feb 01 16:14:25 2009 +0000
@@ -43,7 +43,7 @@
 {% block instructions %}
 Please use this form to edit the {{ entity_type }}.
 {% if not gmaps_api_key %}
-<br /><span class="error">Google Maps API key not present: please login as administrator and insert your key in Site, Edit Site Settings, Google Maps field</span>
+<br /><span class="error">Google Maps API key not present. Please login as administrator and insert your key in Site Settings, Google Maps field.</span>
 {% endif %}
 {% endblock %}
 </p>