diff options
author | cyberta <cyberta@riseup.net> | 2021-05-15 14:18:41 +0200 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-05-15 14:18:41 +0200 |
commit | f1d4b39bdc30417247bc1c8dccc75476e9eb9317 (patch) | |
tree | 63655d0c2c0e384f1e653e1818e7e14835863676 /app/src/main/res/values | |
parent | d4c418faf893d28e3c543f19a276fada23e2fd6e (diff) |
fix missing empty space in untranslatable.xml string resources
Diffstat (limited to 'app/src/main/res/values')
-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 |