diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 11:08:28 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-31 11:08:28 +0000 |
commit | ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d (patch) | |
tree | d5241967b8c58e7e8d728c66737b0933249a4287 /res/values | |
parent | fb831b1e33d4b988b97e95493336e076c7f799ab (diff) | |
download | southamptonuniversitymap-ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d.tar southamptonuniversitymap-ffce660d3993b1f0d4d9e2cb1aa5cb2c5062989d.tar.gz |
Changed tile provider to MapQuest.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ef8d53d..ed72121 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -105,6 +105,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <string name="about_map_icons_summary">From the "Map Icons Collection"</string> <string name="about_osm_map">Map</string> <string name="about_osm_map_summary">Using the OSMDroid Library</string> + <string name="about_map_tiles">Map Tiles</string> + <string name="about_map_tiles_summary">Tiles Courtesy of MapQuest</string> <string name="about_database">Database</string> <string name="about_database_summary">Using the ORMLite library.</string> <string name="about_donate">Donate</string> |