diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 8c4db8065..c398bc5fd 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -1289,4 +1289,15 @@
The XMPP network is powered by a protocol called XMPP. It is a decentralized network, which means no one owns or controls the whole thing. It is a federated network which means anyone can run a XMPP service. Messages to other XMPP users are per default end-to-end encrypted with OMEMO.\\n\\nAddresses are called XMPP IDs and look similar to email addresses:
username@monocles.eu
View privacy policy
+ Theme
+ Follow system dark mode
+ Custom theme is dark
+ Color match
+ Stay true to my color inputs
+ Custom primary color
+ Custom secondary color
+ Custom tertiary color
+ Custom background color
+ Compose using rich text
+ The message editor will show formatting as you type
\ No newline at end of file
diff --git a/src/main/res/xml/preferences_interface.xml b/src/main/res/xml/preferences_interface.xml
index 9ead412e2..24cb1f88b 100644
--- a/src/main/res/xml/preferences_interface.xml
+++ b/src/main/res/xml/preferences_interface.xml
@@ -13,70 +13,70 @@
android:entryValues="@array/themes_values"
android:icon="@drawable/ic_dark_mode_24dp"
android:key="theme"
- android:title="Theme"
+ android:title="@string/pref_theme_title"
app:useSimpleSummaryProvider="true" />
+ android:title="@string/follow_system_dark_mode" />
+ android:title="@string/custom_theme_is_dark" />
+ android:title="@string/color_match"
+ android:summary="@string/stay_true_to_my_color_inputs" />
>
@@ -220,8 +220,8 @@
android:icon="@drawable/ic_format_size_24dp"
android:defaultValue="@bool/compose_rich_text"
android:key="compose_rich_text"
- android:summary="The message editor will show formatting as you type"
- android:title="Compose using rich text" />
+ android:summary="@string/compose_using_rich_text_summary"
+ android:title="@string/compose_using_rich_text" />