diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2015-03-17 13:07:31 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2015-03-17 13:07:34 +0100 |
commit | f31d72bb8ba49878b7996b7f9defb8f7eebc4556 (patch) | |
tree | 071b20989ac00a83254bc3d92663c53bb83c28aa /main | |
parent | 18a87f11698e86e87720accfd743f08f092e29f7 (diff) | |
download | cgeo-f31d72bb8ba49878b7996b7f9defb8f7eebc4556.zip cgeo-f31d72bb8ba49878b7996b7f9defb8f7eebc4556.tar.gz cgeo-f31d72bb8ba49878b7996b7f9defb8f7eebc4556.tar.bz2 |
Rename "Any destination" into "Go to"
This string is renamed on the main application screen and in shortcuts.
Diffstat (limited to 'main')
-rw-r--r-- | main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 48b2a9b..2d20ef2 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -255,7 +255,7 @@ <string name="caches_nearby_button">Nearby</string> <string name="advanced_search_button">Search</string> <string name="stored_caches_button">Stored</string> - <string name="any_button">Any destination</string> + <string name="any_button">Go to</string> <string name="unknown_scan">Didn\'t find any geocodes in the scan result.</string> <!-- caches --> |