diff --git a/k9mail/src/main/res/values/strings.xml b/k9mail/src/main/res/values/strings.xml
index d56e7cae7..9fb4ee424 100644
--- a/k9mail/src/main/res/values/strings.xml
+++ b/k9mail/src/main/res/values/strings.xml
@@ -1225,7 +1225,9 @@ Please submit bug reports, contribute new features and ask questions at
Show message anyway
Special characters are currently not supported!
Error parsing address!
- Support signing of unencrypted messages
+ Show unencrypted signatures
+ Unencrypted signatures will be displayed
+ Unencrypted signatures will be ignored
Encryption unavailable in sign-only mode!
Unsigned Text
APG Deprecation Warning
diff --git a/k9mail/src/main/res/xml/global_preferences.xml b/k9mail/src/main/res/xml/global_preferences.xml
index edc8b1fbb..39eed79c3 100644
--- a/k9mail/src/main/res/xml/global_preferences.xml
+++ b/k9mail/src/main/res/xml/global_preferences.xml
@@ -424,6 +424,8 @@
android:persistent="false"
android:key="openpgp_support_sign_only"
android:title="@string/account_settings_crypto_support_sign_only"
+ android:summaryOn="@string/account_settings_crypto_support_sign_only_on"
+ android:summaryOff="@string/account_settings_crypto_support_sign_only_off"
/>