1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

Correct resources.

This commit is contained in:
Koji Arai 2011-05-25 00:15:13 +09:00
parent 33a92b11a2
commit e6a8dff0d5
2 changed files with 2 additions and 2 deletions

View File

@ -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_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_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> <string name="account_settings_reply_after_quote_label">Reply after quoted text</string>

View File

@ -243,7 +243,7 @@
android:persistent="false" android:persistent="false"
android:key="default_quoted_text_shown" android:key="default_quoted_text_shown"
android:title="@string/account_settings_default_quoted_text_shown_label" 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" /> android:summary="@string/account_settings_default_quoted_text_shown_summary" />
<CheckBoxPreference <CheckBoxPreference