diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-06-04 14:16:30 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-06-04 17:00:19 +0200 |
| commit | 70459668845630f5e96c72d182e1b0c1784daccf (patch) | |
| tree | c79010a8a64f6319005c6a80741705d4c73d7e24 /main/res/values | |
| parent | c22e510fa9c4d86e927a0cc616758d30fe623685 (diff) | |
| download | cgeo-70459668845630f5e96c72d182e1b0c1784daccf.zip cgeo-70459668845630f5e96c72d182e1b0c1784daccf.tar.gz cgeo-70459668845630f5e96c72d182e1b0c1784daccf.tar.bz2 | |
fix #2632: custom waypoints lost after version update
This triggers an automatic saving of the cache in the standard list
before any waypoint manipulation.
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 9bd595f..1862c3b 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -225,6 +225,7 @@ <string name="info_select_logimage_cancelled">Image selection or capture was cancelled.</string> <string name="info_stored_image">New image saved to:</string> <string name="info_storing_static_maps">Trying to store static maps</string> + <string name="info_cache_saved">The cache has been stored locally</string> <!-- location service --> <string name="loc_last">Last known</string> |
