Mercurial > 510Connectbot
changeset 90:3f587bd647a5
convert ctrl keys to virtual keys; use proper android home directory
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 12:34:05 -0700 |
parents | bb27518ac2e9 |
children | 33eb63352be5 |
files | res/values/strings.xml res/xml/host_prefs.xml |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/res/values/strings.xml Mon Jun 16 12:31:31 2014 -0700 +++ b/res/values/strings.xml Mon Jun 16 12:34:05 2014 -0700 @@ -345,6 +345,7 @@ <!-- Monitor field title for host editor preference --> <string name="hostpref_monitor_title">"Monitor Init String"</string> + <string name="hostpref_monitor_summary">"String to pass to the monitor process"</string> <!-- Override global emulation (terminal type) host editor preference --> <string name="hostpref_emulation_title">"Emulation mode"</string>
--- a/res/xml/host_prefs.xml Mon Jun 16 12:31:31 2014 -0700 +++ b/res/xml/host_prefs.xml Mon Jun 16 12:34:05 2014 -0700 @@ -130,6 +130,7 @@ <EditTextPreference android:key="monitor" android:title="@string/hostpref_monitor_title" + android:summary="@string/hostpref_monitor_summary" android:singleLine="true" />