diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 43de6671fb..0516497271 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -186,12 +186,12 @@
- - Never
- - One time
- - Two times
- - Three times
- - Five times
- - Ten times
+ - @string/preferences__never
+ - @string/preferences__one_time
+ - @string/preferences__two_times
+ - @string/preferences__three_times
+ - @string/preferences__five_times
+ - @string/preferences__ten_times
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c4874755b9..c93ccb4d8c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -713,6 +713,13 @@
Change notification sound
In-thread notifications
Play notification sound when viewing an active conversation.
+ Repeat alerts
+ Never
+ One time
+ Two times
+ Three times
+ Five times
+ Ten times
Vibrate
Also vibrate when notified
minutes
diff --git a/res/xml/preferences_notifications.xml b/res/xml/preferences_notifications.xml
index 1aa50ae086..36ca4a488e 100644
--- a/res/xml/preferences_notifications.xml
+++ b/res/xml/preferences_notifications.xml
@@ -45,7 +45,7 @@