mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
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:
parent
aa8364cd3f
commit
a5387be742
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue