resolves: #1207 make daily contact backup string translatable

This commit is contained in:
AndyScherzinger 2017-07-18 19:28:29 +02:00
parent 62dbd7ea39
commit ee00626a4c
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@
<string name="prefs_calendar_contacts_address_resolve_error">Server address for account could not be resolved for DAVdroid</string>
<string name="prefs_calendar_contacts_no_store_error">Neither F-droid nor Google Play is installed</string>
<string name="prefs_calendar_contacts_sync_setup_successful">Calendar &amp; contacts sync set up</string>
<string name="prefs_daily_contacts_sync_summary">Daily backup of your contacts</string>
<string name="prefs_help">Help</string>
<string name="prefs_recommend">Recommend to friend</string>
<string name="prefs_feedback">Feedback</string>

View file

@ -111,7 +111,7 @@
<Preference
android:title="@string/actionbar_contacts"
android:key="contacts"
android:summary="Daily backup of your contacts"/>
android:summary="@string/prefs_daily_contacts_sync_summary"/>
<Preference android:title="@string/prefs_help" android:key="help" />
<Preference android:title="@string/prefs_recommend" android:key="recommend" />
<Preference android:title="@string/prefs_feedback" android:key="feedback" />