diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-07 23:19:05 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-07 23:19:05 +0000 |
commit | 93c8cd480ea46d49dd7ad1ba9515443797a4a8c1 (patch) | |
tree | 2dc78dc2135b9a1ee8ea81125c46182836f680e5 /res/values | |
parent | 783024e364648171ae8848bb29b6dd71a84a2f40 (diff) | |
parent | 26f11938b2467d6033ade06af57dc678dc3401cd (diff) | |
download | southamptonuniversitymap-93c8cd480ea46d49dd7ad1ba9515443797a4a8c1.tar southamptonuniversitymap-93c8cd480ea46d49dd7ad1ba9515443797a4a8c1.tar.gz |
Merge branch 'dev'
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e17ab11..d9932e9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -102,11 +102,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <string name="menu_previous_stop">Previous</string> <string name="menu_next_stop">Next</string> <string name="menu_refresh_stop">Refresh</string> + <string name="menu_refresh_stops">Refresh</string> <!-- About Strings --> <string name="about">About</string> <string name="about_version">Version</string> - <string name="about_version_summary">0.6.5 (alpha)</string> + <string name="about_version_summary">0.7 (alpha)</string> <string name="about_copyright">Copyright</string> <string name="about_copyright_summary">© 2012, Christopher Baines</string> <string name="about_license">License</string> @@ -139,7 +140,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <string name="bus_stop_stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string> <!-- Bus Specific Stop View Strings --> - <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop</string> + <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop on the map</string> <string name="bus_stop_view_on_click_toast_unidentified_message">Arrival prediction not available for timetabled buses</string> <!-- Bus Activity --> |