diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3ac000e63..6e509193c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -332,6 +332,7 @@ Please submit bug reports, contribute new features and ask questions at
Delete (from notification)
Remove K-9 User-Agent from mail headers
+ Use UTC as time zone in mail headers
Hide subject in notifications
Never
When device is locked
diff --git a/res/xml/global_preferences.xml b/res/xml/global_preferences.xml
index 6bbc8a2cf..c985c35d9 100644
--- a/res/xml/global_preferences.xml
+++ b/res/xml/global_preferences.xml
@@ -383,6 +383,11 @@
android:key="privacy_hide_useragent"
android:title="@string/global_settings_privacy_hide_useragent"/>
+
+