Extract string resource (#5888)

This commit is contained in:
cketti 2022-01-28 19:08:08 +01:00 committed by GitHub
parent 587e964e87
commit 979a9b4968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -286,6 +286,7 @@ Please submit bug reports, contribute new features and ask questions at
<string name="global_settings_show_contact_name_summary">Use recipient names from Contacts when available</string>
<string name="global_settings_registered_name_color_label">Colorize contacts</string>
<string name="global_settings_registered_name_color_changed">Colorize names in your contact list</string>
<string name="general_settings_contact_name_color_label">Contact name color</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>

View file

@ -292,7 +292,7 @@
<com.takisoft.preferencex.ColorPickerPreference
android:dependency="messagelist_change_contact_name_color"
android:key="messagelist_contact_name_color"
android:title="Contact name color"
android:title="@string/general_settings_contact_name_color_label"
android:defaultValue="#FF1093F5" />
<CheckBoxPreference