diff --git a/android/app/src/main/res/values/donottranslate.xml b/android/app/src/main/res/values/donottranslate.xml
index d0bde177d..f44c59fc4 100644
--- a/android/app/src/main/res/values/donottranslate.xml
+++ b/android/app/src/main/res/values/donottranslate.xml
@@ -23,6 +23,7 @@
TtsInfo
TtsInfoLink
SpeedCameras
+ SpeedCamerasInfo
RoutingOptions
AutoDownloadMap
3D
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index f91f649fb..b89b48755 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -609,6 +609,7 @@
\nOpen your device\'s settings → Language and input → Speech → Text to speech output.
\nHere you can manage settings for speech synthesis (for example, download language pack for offline use) and select another text-to-speech engine.
For more information please check this guide
+ Speed camera warnings are disabled in countries where alerts are prohibited by local law.
Transliterate into Latin alphabet
Learn more
diff --git a/android/app/src/main/res/xml/prefs_voice_instructions.xml b/android/app/src/main/res/xml/prefs_voice_instructions.xml
index 491ea4a8f..182bb6762 100644
--- a/android/app/src/main/res/xml/prefs_voice_instructions.xml
+++ b/android/app/src/main/res/xml/prefs_voice_instructions.xml
@@ -57,4 +57,11 @@
android:entryValues="@array/speed_cameras_values"
android:defaultValue="@string/auto_enum_value"
app:iconSpaceReserved="false" />
+