aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-09-16 13:06:31 +0100
committerStruan Donald <struan@exo.org.uk>2013-09-16 13:06:31 +0100
commitbf98a89b3e8c9e006f3c7e5433f354d6fc379fc4 (patch)
tree6d6b70b04f860cc70a0228319891761e0d1997e6
parent8e1f1769622dba30f8e156649d50e19ad44c27d4 (diff)
Indicate locating is optional on offline screen
Just add extra text to the button. Fixes #131
-rw-r--r--locale/FixMyStreetMobileApp.po4
-rw-r--r--locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po4
-rw-r--r--src/templates/en/offline.html2
-rw-r--r--templates/offline.html2
4 files changed, 6 insertions, 6 deletions
diff --git a/locale/FixMyStreetMobileApp.po b/locale/FixMyStreetMobileApp.po
index c25e60d..aaf9bac 100644
--- a/locale/FixMyStreetMobileApp.po
+++ b/locale/FixMyStreetMobileApp.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2013-09-16 12:32+0100\n"
+"POT-Creation-Date: 2013-09-16 13:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -138,7 +138,7 @@ msgid "Invalid report"
msgstr ""
#: templates/offline.html:31
-msgid "Locate"
+msgid "Locate (optional)"
msgstr ""
#: templates/strings.js:28
diff --git a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
index b627413..0e82826 100644
--- a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
+++ b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2013-09-16 12:32+0100\n"
+"POT-Creation-Date: 2013-09-16 13:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -143,7 +143,7 @@ msgid "Invalid report"
msgstr ""
#: templates/offline.html:31
-msgid "Locate"
+msgid "Locate (optional)"
msgstr ""
#: templates/strings.js:28
diff --git a/src/templates/en/offline.html b/src/templates/en/offline.html
index ca62051..33e54a1 100644
--- a/src/templates/en/offline.html
+++ b/src/templates/en/offline.html
@@ -28,7 +28,7 @@
<% if ( lat ) { %>
This report has a position.
<% } else { %>
- <input type="button" data-role="button" data-theme="a" id="locate" value="Locate" >
+ <input type="button" data-role="button" data-theme="a" id="locate" value="Locate (optional)" >
<% } %>
</p>
diff --git a/templates/offline.html b/templates/offline.html
index 8580277..b9a50ff 100644
--- a/templates/offline.html
+++ b/templates/offline.html
@@ -28,7 +28,7 @@
<% if ( lat ) { %>
[% loc('This report has a position.') %]
<% } else { %>
- <input type="button" data-role="button" data-theme="a" id="locate" value="[% loc('Locate') %]" >
+ <input type="button" data-role="button" data-theme="a" id="locate" value="[% loc('Locate (optional)') %]" >
<% } %>
</p>