aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 87206cf..49c3af4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -293,6 +293,10 @@
<!-- Summary for preference asking whether the host should be reconnected to when it disconnects -->
<string name="hostpref_stayconnected_summary">"Try to reconnect to host if disconnected"</string>
+ <!-- Setting for whether we should prompt to close after getting disconnected -->
+ <string name="hostpref_quickdisconnect_title">"Close on disconnect"</string>
+ <string name="hostpref_quickdisconnect_summary">"Close immediately after remote disconnect without prompting."</string>
+
<!-- Setting for what key code is sent to the server when DEL key is pressed. -->
<string name="hostpref_delkey_title">"DEL Key"</string>
<!-- Summary for field asking what key code is sent to the server when DEL key is pressed. -->