diff options
| author | rsudev <rasch@munin-soft.de> | 2014-06-15 18:08:05 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2014-06-15 18:08:05 +0200 |
| commit | c3dd6066c25ff2bb8f09b8d608ae1b3efcf9a02b (patch) | |
| tree | 0a983e0f1f587731f5c23c982ce1a7d1e4339563 /main/res/values | |
| parent | 8a4560edc559bc032a915c871bbb52d877f5471d (diff) | |
| download | cgeo-c3dd6066c25ff2bb8f09b8d608ae1b3efcf9a02b.zip cgeo-c3dd6066c25ff2bb8f09b8d608ae1b3efcf9a02b.tar.gz cgeo-c3dd6066c25ff2bb8f09b8d608ae1b3efcf9a02b.tar.bz2 | |
Small string fix
Diffstat (limited to 'main/res/values')
| -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 4e693ba..8088222 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -390,7 +390,7 @@ <string name="settings_activate_ox">Activate</string> <string name="settings_gc_legal_note">With using the service of geocaching.com, you accept the Groundspeak Terms of Use.</string> <string name="settings_info_facebook_login_title">Facebook Login</string> - <string name="settings_info_facebook_login">You can\'t make c:geo login to geocaching.com with your Facebook account. But there is a simple workaround …</string> + <string name="settings_info_facebook_login">You can\'t make c:geo login to geocaching.com with your Facebook account. But there is a simple workaround…</string> <string name="settings_authorize">Authorize c:geo</string> <string name="settings_reauthorize">Authorize c:geo again</string> <string name="init_oc">Opencaching.de</string> |
