diff options
Diffstat (limited to 'res/xml/host_prefs.xml')
-rw-r--r-- | res/xml/host_prefs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml index 387528a..8060e8a 100644 --- a/res/xml/host_prefs.xml +++ b/res/xml/host_prefs.xml @@ -47,7 +47,7 @@ <EditTextPreference android:key="postlogin" android:title="@string/hostpref_postlogin_title" - android:summary="Commands to run on remote server once authenticated" + android:summary="@string/hostpref_postlogin_summary" /> <CheckBoxPreference |