diff options
| author | Marco Jacob <mjacob@union06.de> | 2014-05-02 10:15:01 +0200 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2014-05-03 22:26:16 +0200 |
| commit | c54322f5fc29e4b8f632521b0b4c1f479528b9d5 (patch) | |
| tree | 7c914a0828fd040c9f08a9c80cf422d98a4ae3fb /main/res/xml | |
| parent | 73a6f622ec617a95ab1969ad1b4135e20f296030 (diff) | |
| download | cgeo-c54322f5fc29e4b8f632521b0b4c1f479528b9d5.zip cgeo-c54322f5fc29e4b8f632521b0b4c1f479528b9d5.tar.gz cgeo-c54322f5fc29e4b8f632521b0b4c1f479528b9d5.tar.bz2 | |
Fixes #1793 - personal logs on friends logs tab
Diffstat (limited to 'main/res/xml')
| -rw-r--r-- | main/res/xml/preferences.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index d550dc8..11d62c5 100644 --- a/main/res/xml/preferences.xml +++ b/main/res/xml/preferences.xml @@ -407,8 +407,8 @@ <CheckBoxPreference android:defaultValue="true" android:key="@string/pref_friendlogswanted" - android:summary="@string/init_summary_friendlogswanted" - android:title="@string/init_friendlogswanted" /> + android:summary="@string/init_summary_friends_and_own_logs_wanted" + android:title="@string/init_friends_and_own_logs_wanted" /> <CheckBoxPreference android:defaultValue="false" android:key="@string/pref_opendetailslastpage" |
