diff options
| author | koem <koem@petoria.de> | 2013-07-29 09:49:21 +0200 |
|---|---|---|
| committer | koem <koem@petoria.de> | 2013-07-29 09:52:00 +0200 |
| commit | ee1b9bbdb858fb86ec7320fdc38c5233735ffc1c (patch) | |
| tree | 07caa4093b9346984a8297e54b3d10b4937a6bff /main/res | |
| parent | bc584a347dc1057f0c2a151196a021463b48ab74 (diff) | |
| download | cgeo-ee1b9bbdb858fb86ec7320fdc38c5233735ffc1c.zip cgeo-ee1b9bbdb858fb86ec7320fdc38c5233735ffc1c.tar.gz cgeo-ee1b9bbdb858fb86ec7320fdc38c5233735ffc1c.tar.bz2 | |
Fixes #2974 - Groundspeak Hint
- text changed
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/values-de/strings.xml | 2 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml index 746576f..dd22606 100644 --- a/main/res/values-de/strings.xml +++ b/main/res/values-de/strings.xml @@ -381,7 +381,7 @@ <string name="settings_title_gc">Geocaching.com</string> <string name="settings_activate_gc">Aktivieren</string> - <string name="settings_gc_legal_note">Um die Dienste von geocaching.com nutzen zu können, müssen die Groundspeak-Nutzungsbedingungen (englisch) akzeptiert werden.</string> + <string name="settings_gc_legal_note">Mit der Benutzung der Dienste von geocaching.com akzeptierst du die Groundspeak-Nutzungsbedingungen (englisch).</string> <string name="settings_info_facebook_login_title">Facebook-Login</string> <string name="settings_info_facebook_login">c:geo kann sich zwar nicht per Facebook bei Geocaching.com einloggen, aber es gibt eine einfache Abhilfe …</string> <string name="init_oc">Opencaching.de</string> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 6dd8064..f375443 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -383,7 +383,7 @@ <string name="settings_title_gc">Geocaching.com</string> <string name="settings_activate_gc">Activate</string> - <string name="settings_gc_legal_note">To use the services of geocaching.com, you must agree to the Groundspeak Terms of Use.</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="init_oc">Opencaching.de</string> |
