diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4820846..9351ac4 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. --> @@ -410,7 +412,7 @@ <string name="list_host_portforwards">"Edit port forwards"</string> <string name="list_host_delete">"Delete host"</string> <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">"Use the quick-connect box"\n"below to connect to a host."</string> + <string name="list_host_empty">"No hosts created yet."</string> <!-- Default screen rotation preference selection --> <string name="list_rotation_default">"Default"</string> |