diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:29:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:29:55 +0100 |
commit | b5fee0ef1e6c883f3c569812cdaf0fbfb0e7fa6a (patch) | |
tree | 6dd0667c044f1916238b7252f8228ebbb53b46f6 | |
parent | 38549e526d94d4c7dac7671ea38d861b36734cfb (diff) |
Location instead of position
For consistency
-rw-r--r-- | locale/FixMyStreetMobileApp.po | 6 | ||||
-rw-r--r-- | locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po | 6 | ||||
-rw-r--r-- | src/js/strings.js | 4 | ||||
-rw-r--r-- | templates/strings.js | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/locale/FixMyStreetMobileApp.po b/locale/FixMyStreetMobileApp.po index 6f116b5..dc2a5c4 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 17:01+0100\n" +"POT-Creation-Date: 2013-09-16 17:29+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" @@ -78,7 +78,7 @@ msgid "Could not access location services. Please check permissions." msgstr "" #: templates/strings.js:42 -msgid "Could not get position." +msgid "Could not get location." msgstr "" #: templates/reports.html:25 @@ -114,7 +114,7 @@ msgid "Further Details" msgstr "" #: templates/strings.js:41 -msgid "Got position." +msgid "Got location." msgstr "" #: templates/login.html:2 templates/reports.html:2 templates/sent.html:2 diff --git a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po index 21c0d5b..42a056f 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 17:01+0100\n" +"POT-Creation-Date: 2013-09-16 17:29+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" @@ -79,7 +79,7 @@ msgid "Could not access location services. Please check permissions." msgstr "" #: templates/strings.js:42 -msgid "Could not get position." +msgid "Could not get location." msgstr "" #: templates/reports.html:25 @@ -117,7 +117,7 @@ msgid "Further Details" msgstr "" #: templates/strings.js:41 -msgid "Got position." +msgid "Got location." msgstr "" #: templates/login.html:2 templates/reports.html:2 templates/sent.html:2 diff --git a/src/js/strings.js b/src/js/strings.js index 1fada88..9cb6ae0 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -38,8 +38,8 @@ geolocation_failed: "Sorry, but we weren't able to establish your location accurately enough to show you a map. Please enter a location in the search box instead", geolocation_denied: 'Could not access location services. Please check permissions.', select_category: '-- Pick a category --', - offline_got_position: 'Got position.', - offline_failed_position: 'Could not get position.', + offline_got_position: 'Got location.', + offline_failed_position: 'Could not get location.', required: 'required', invalid_email: 'Invalid email', invalid_report: 'Invalid report', diff --git a/templates/strings.js b/templates/strings.js index 58f1a80..f7866ad 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -38,8 +38,8 @@ geolocation_failed: "[% loc("Sorry, but we weren't able to establish your location accurately enough to show you a map. Please enter a location in the search box instead") %]", geolocation_denied: '[% loc('Could not access location services. Please check permissions.') %]', select_category: '[% loc('-- Pick a category --') %]', - offline_got_position: '[% loc('Got position.') %]', - offline_failed_position: '[% loc('Could not get position.') %]', + offline_got_position: '[% loc('Got location.') %]', + offline_failed_position: '[% loc('Could not get location.') %]', required: '[% loc('required') %]', invalid_email: '[% loc('Invalid email') %]', invalid_report: '[% loc('Invalid report') %]', |