From e6a8dff0d5d9397b4c41e6bcb6c39f65cda5d797 Mon Sep 17 00:00:00 2001 From: Koji Arai Date: Wed, 25 May 2011 00:15:13 +0900 Subject: [PATCH] Correct resources. --- res/values/strings.xml | 2 +- res/xml/account_settings_preferences.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index f5e795baa..bdcd6ddd6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -564,7 +564,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Sending mail - Show quoted text by default + Quote original message when replying When replying to messages, the original message is in your reply. Reply after quoted text diff --git a/res/xml/account_settings_preferences.xml b/res/xml/account_settings_preferences.xml index 942eee150..f30ed0065 100644 --- a/res/xml/account_settings_preferences.xml +++ b/res/xml/account_settings_preferences.xml @@ -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" />