aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-20 14:38:14 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-21 11:30:51 -0700
commita8fce6845cf50e9ff515b5d60fe0282b2a96da05 (patch)
treed1268dd108604b592fddb8aa4f41f3fb6870fe8c /app/src/main/res/values/strings.xml
parent04d323d8a87a3eb26bffb1b0cd9613bae854e4f8 (diff)
downloadconnectbot-a8fce6845cf50e9ff515b5d60fe0282b2a96da05.tar.gz
connectbot-a8fce6845cf50e9ff515b5d60fe0282b2a96da05.tar.bz2
connectbot-a8fce6845cf50e9ff515b5d60fe0282b2a96da05.zip
Add save dialog and adjust icons.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 445d894..b087bfd 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -655,5 +655,11 @@
<string name="pubkey_add_new">Add new pubkey</string>
<!-- Text for button which, when clicked, brings up picker to import an existing pubkey. -->
<string name="pubkey_import_existing">Import existing pubkey</string>
+ <!-- Text for dialog which explains that the host URI is invalid and asks to discard. -->
+ <string name="discard_host_changes_message">Host URI is invalid. Would you like to discard changes?</string>
+ <!-- Text for button which discards changes to the host. -->
+ <string name="discard_host_button">Discard</string>
+ <!-- Text for button which does not discard changes and keeps editing. -->
+ <string name="discard_host_cancel_button">Keep editing</string>
</resources>