aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-01-19 13:27:40 +0000
committerKenny Root <kenny@the-b.org>2009-01-19 13:27:40 +0000
commit29c5b0ebce7829c450c19d6416398657f25b2e88 (patch)
treeefe8b5f6f7174907131bfa92970df563f05370b3 /res/values/strings.xml
parent2e5aef0992bb4b8051e9d54b44079cbbffb798e5 (diff)
downloadconnectbot-29c5b0ebce7829c450c19d6416398657f25b2e88.tar.gz
connectbot-29c5b0ebce7829c450c19d6416398657f25b2e88.tar.bz2
connectbot-29c5b0ebce7829c450c19d6416398657f25b2e88.zip
Fix strange bug where single quote was stripped out of preference label
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ff0d14c..8d7aa03 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -94,7 +94,7 @@
<string name="list_keymode_right">Use right-side keys</string>
<string name="list_keymode_left">Use left-side keys</string>
- <string name="list_keymode_none">Don't use</string>
+ <string name="list_keymode_none">Disable</string>
<string name="list_pubkeyids_none">Do not use keys</string>
<string name="list_pubkeyids_any">Use any unlocked key</string>