mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Correct resources.
This commit is contained in:
parent
33a92b11a2
commit
e6a8dff0d5
@ -564,7 +564,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
|
||||
|
||||
<string name="account_settings_composition">Sending mail</string>
|
||||
|
||||
<string name="account_settings_default_quoted_text_shown_label">Show quoted text by default</string>
|
||||
<string name="account_settings_default_quoted_text_shown_label">Quote original message when replying</string>
|
||||
<string name="account_settings_default_quoted_text_shown_summary">When replying to messages, the original message is in your reply.</string>
|
||||
|
||||
<string name="account_settings_reply_after_quote_label">Reply after quoted text</string>
|
||||
|
@ -243,7 +243,7 @@
|
||||
android:persistent="false"
|
||||
android:key="default_quoted_text_shown"
|
||||
android:title="@string/account_settings_default_quoted_text_shown_label"
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:summary="@string/account_settings_default_quoted_text_shown_summary" />
|
||||
|
||||
<CheckBoxPreference
|
||||
|
Loading…
Reference in New Issue
Block a user