Change download dir prefs name and add hint

Not sure this even belongs here, but that decision will wait until BYOD
is online and I have to figure out how people will distribute custom
wordlists.
This commit is contained in:
Eric House 2020-09-11 14:03:17 -07:00
parent aa8364cd3f
commit a5387be742
2 changed files with 3 additions and 1 deletions

View file

@ -1946,7 +1946,8 @@
<string name="download_failed">Download unsuccessful</string>
<string name="default_loc">Store wordlists internally</string>
<string name="default_loc_summary">(Not in external/sdcard memory)</string>
<string name="download_path_title">Downloads Directory</string>
<string name="download_path_title">Public Directory</string>
<string name="download_path_hint">E.g. where email attachments are saved</string>
<string name="newgroup_label">Name your new group:</string>
<string name="list_group_delete">Delete group</string>
<string name="list_group_rename">Rename group</string>

View file

@ -522,6 +522,7 @@
<org.eehouse.android.xw4.XWEditTextPreference
android:key="@string/key_download_path"
android:title="@string/download_path_title"
android:hint="@string/download_path_hint"
/>
<org.eehouse.android.xw4.XWEditTextPreference