aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 3fc10c7f..36037083 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string-array name="connection_modes">
+ <string-array name="connection_modes" translatable="false">
<item>ssh-key</item>
<item>username/password</item>
</string-array>
- <string-array name="clone_protocols">
+ <string-array name="clone_protocols" translatable="false">
<item>ssh://</item>
<item>https://</item>
</string-array>