diff options
-rw-r--r-- | app/src/main/res/values/untranslatable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 6f989cc8..a08857c1 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -46,7 +46,7 @@ <!-- gateway selector, move to strings.xml, once the wording is clear --> <string name="warning_no_more_gateways_manual_gw_selection" translatable="false">%1$s could not connect to %2$s. Do you want to try to connect automatically with best location?</string> - <string name="warning_option_try_best"translatable="false">Try best location</string> + <string name="warning_option_try_best" translatable="false">Try best location</string> </resources>
\ No newline at end of file |