aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-06 11:03:01 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-08 14:59:04 -0700
commit908e389961eb31d8d53f8d0dadbfeda2556d4219 (patch)
tree39e0a3b2de7c095a90b10beb55c00ffece43aef1 /app/src/main/res/values
parent049ffdd646df63c9a705db0ad8b6ce24c6a76775 (diff)
downloadconnectbot-908e389961eb31d8d53f8d0dadbfeda2556d4219.tar.gz
connectbot-908e389961eb31d8d53f8d0dadbfeda2556d4219.tar.bz2
connectbot-908e389961eb31d8d53f8d0dadbfeda2556d4219.zip
Integrate the EditHostActivity into the rest of the app.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a0dc643..648d5f7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -598,5 +598,9 @@
<string name="expand">Expand</string>
<!-- Label for checkbox which, when check, makes SSL authorization require confirmation. -->
<string name="hostpref_authagent_with_confirmation">require confirmation</string>
+ <!-- Text for button which, when clicked, adds a new host. -->
+ <string name="hostpref_add_host">Add host</string>
+ <!-- Text for button which, when clicked, saves an existing host. -->
+ <string name="hostpref_edit_host">Save host</string>
</resources>