we don't use def_ to mean default
This commit is contained in:
parent
0b2a9b5912
commit
a4db299289
2 changed files with 2 additions and 2 deletions
|
@ -1041,7 +1041,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
|
|||
|
||||
<string name="account_unavailable">Account \"<xliff:g id="account">%s</xliff:g>\" is unavailable; check storage</string>
|
||||
|
||||
<string name="settings_attachment_def_path">Save attachments to...</string>
|
||||
<string name="settings_attachment_default_path">Save attachments to...</string>
|
||||
<string name="attachment_save_title">Save attachment</string>
|
||||
<string name="attachment_save_desc">No file browser found. Where would you like to save this attachment?</string>
|
||||
</resources>
|
||||
|
|
|
@ -233,7 +233,7 @@
|
|||
android:negativeButtonText="@android:string/cancel" />
|
||||
<Preference
|
||||
android:persistent="false"
|
||||
android:title="@string/settings_attachment_def_path"
|
||||
android:title="@string/settings_attachment_default_path"
|
||||
android:key="attachment_default_path"
|
||||
android:summary="- PATH - set by activty -"/>
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue