aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-09-16 11:38:37 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-09-18 10:07:39 -0700
commitee80c629e708449100328a465a9d13e5d443bdd3 (patch)
tree8b95d11446241a786630bb230e0cc3c7235ce3f3 /app/src/main/res/values/strings.xml
parent708e2db0bf5e3bfbb48bf94d604ef883970a2b92 (diff)
downloadconnectbot-ee80c629e708449100328a465a9d13e5d443bdd3.tar.gz
connectbot-ee80c629e708449100328a465a9d13e5d443bdd3.tar.bz2
connectbot-ee80c629e708449100328a465a9d13e5d443bdd3.zip
Add FAB to host list.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4820846..1b786b3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -152,6 +152,8 @@
<!-- Add a new item (e.g., host or pubkey) to the list. -->
<string name="button_add">"Add"</string>
+ <!-- Cancel an action. -->
+ <string name="button_cancel">Cancel</string>
<!-- Change an existing item's (e.g., host or pubkey) details. -->
<string name="button_change">"Change"</string>
<!-- Button that begins the generation of a public key pair. -->