1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 23:00:09 -05:00

minor wordsmithing to a couple of new preferences.

This commit is contained in:
Jesse Vincent 2010-10-01 04:25:12 +00:00
parent b3718f6ea5
commit 5f4794954a
2 changed files with 9 additions and 9 deletions

View File

@ -311,12 +311,12 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
<string name="global_settings_flag_summary">Stars indicate flagged messages</string> <string name="global_settings_flag_summary">Stars indicate flagged messages</string>
<string name="global_settings_checkbox_label">Multi-select checkboxes</string> <string name="global_settings_checkbox_label">Multi-select checkboxes</string>
<string name="global_settings_checkbox_summary">Always show multi-select checkboxes</string> <string name="global_settings_checkbox_summary">Always show multi-select checkboxes</string>
<string name="global_settings_touchable_label">Touch-friendly view</string> <string name="global_settings_touchable_label">Message previews</string>
<string name="global_settings_touchable_summary">Roomier list items with message previews</string> <string name="global_settings_touchable_summary">Roomier list items with message previews</string>
<string name="global_settings_registered_name_color_label">Choose registered name color</string> <string name="global_settings_registered_name_color_label">Colorize contacts</string>
<string name="global_settings_registered_name_color_default">Default theme color</string> <string name="global_settings_registered_name_color_default">Don\'t colorize names in your contact list</string>
<string name="global_settings_registered_name_color_changed">Choosed color</string> <string name="global_settings_registered_name_color_changed">Colorize names in your contact list</string>
<string name="global_settings_messageview_fixedwidth_label">Fixed-width fonts</string> <string name="global_settings_messageview_fixedwidth_label">Fixed-width fonts</string>
<string name="global_settings_messageview_fixedwidth_summary">Use a fixed-width font when showing plain-text messages</string> <string name="global_settings_messageview_fixedwidth_summary">Use a fixed-width font when showing plain-text messages</string>
@ -330,7 +330,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
<string name="global_settings_confirm_action_spam">Spam</string> <string name="global_settings_confirm_action_spam">Spam</string>
<string name="global_settings_confirm_action_send">Send</string> <string name="global_settings_confirm_action_send">Send</string>
<string name="global_settings_privacy_mode_title">Privacy mode</string> <string name="global_settings_privacy_mode_title">Lock-screen notifications</string>
<string name="global_settings_privacy_mode_summary">Don\'t display message subject in notification bar when system is locked</string> <string name="global_settings_privacy_mode_summary">Don\'t display message subject in notification bar when system is locked</string>
<string name="account_setup_basics_title">Set up a new account</string> <string name="account_setup_basics_title">Set up a new account</string>

View File

@ -121,15 +121,15 @@
android:title="@string/global_settings_checkbox_label" android:title="@string/global_settings_checkbox_label"
android:summary="@string/global_settings_checkbox_summary" /> android:summary="@string/global_settings_checkbox_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/messageview_preferences" android:key="messageview_preferences">
<CheckBoxPreference <CheckBoxPreference
android:key="change_registered_name_color" android:key="change_registered_name_color"
android:title="@string/global_settings_registered_name_color_label" android:title="@string/global_settings_registered_name_color_label"
android:summary="@string/global_settings_registered_name_color_default" /> android:summary="@string/global_settings_registered_name_color_default" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/messageview_preferences" android:key="messageview_preferences">
<CheckBoxPreference <CheckBoxPreference
android:key="messageview_fixedwidth_font" android:key="messageview_fixedwidth_font"
android:title="@string/global_settings_messageview_fixedwidth_label" android:title="@string/global_settings_messageview_fixedwidth_label"