make preferences summary (long text) consistently use periods like they

were sentences
sigsegv_dump
Greg Alexander 6 years ago
parent 3c5b02beb9
commit d28824b4ca

@ -12,7 +12,7 @@
<CheckBoxPreference <CheckBoxPreference
android:key="onopen" android:key="onopen"
android:title="Start on Open" android:title="Start on Open"
android:summary="Start the service when the app is launched (and quit app when stopping service)" android:summary="Start the service when the app is launched (and quit app when stopping service)."
android:defaultValue="false" /> android:defaultValue="false" />
<EditTextPreference <EditTextPreference
android:key="port" android:key="port"
@ -28,7 +28,7 @@
<EditTextPreference <EditTextPreference
android:key="shell" android:key="shell"
android:title="Login Shell" android:title="Login Shell"
android:summary="Location of sh binary" android:summary="Location of sh binary."
android:defaultValue="/system/bin/sh" /> android:defaultValue="/system/bin/sh" />
<CheckBoxPreference <CheckBoxPreference
android:key="rsyncbuffer" android:key="rsyncbuffer"
@ -37,12 +37,12 @@
<EditTextPreference <EditTextPreference
android:key="home" android:key="home"
android:title="Home Directory" android:title="Home Directory"
android:summary="Default directory after login (put .profile here)" android:summary="Default directory after login (put .profile here)."
android:defaultValue="/sdcard/ssh" /> android:defaultValue="/sdcard/ssh" />
<EditTextPreference <EditTextPreference
android:key="extra" android:key="extra"
android:title="Extra Commandline" android:title="Extra Commandline"
android:summary="Commandline options for dropbear server" android:summary="Commandline options for dropbear server."
android:defaultValue="" /> android:defaultValue="" />
<EditTextPreference <EditTextPreference
android:key="env" android:key="env"

Loading…
Cancel
Save