diff options
| author | Marco Jacob <mjacob@union06.de> | 2012-05-07 20:28:37 +0200 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2012-05-07 20:28:37 +0200 |
| commit | 09172e3ec20079e8d44f4965146dd22ad1d1ca5f (patch) | |
| tree | 5d7a9ba337d6f42d53161e7ad526349c9dc85232 /main/res/values | |
| parent | a63b830a85f2d0ef3c0184e95218560874a36fe5 (diff) | |
| download | cgeo-09172e3ec20079e8d44f4965146dd22ad1d1ca5f.zip cgeo-09172e3ec20079e8d44f4965146dd22ad1d1ca5f.tar.gz cgeo-09172e3ec20079e8d44f4965146dd22ad1d1ca5f.tar.bz2 | |
Fixes issue #1511 endless loop downloading static maps on demand
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index b95d116..0b11c71 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -146,6 +146,7 @@ <string name="err_detail_cache_find_next">c:geo can\'t find next geocaches.</string> <string name="err_detail_cache_forgot">c:geo forgot which geocache you want.</string> <string name="err_detail_cache_forgot_visit">c:geo forgot which cache you visited.</string> + <string name="err_detail_google_maps_limit_reached">c:geo failed to download static maps. Maybe google maps limit is reached.</string> <string name="err_detail_no_spoiler">c:geo found no spoiler images for this cache.</string> <string name="err_detail_no_map_static">c:geo found no static maps for this cache.</string> <string name="err_detail_not_load_map_static">c:geo failed to load static maps.</string> |
