we don't use def_ to mean default

This commit is contained in:
Jesse Vincent 2011-04-24 14:12:32 +10:00
parent 0b2a9b5912
commit a4db299289
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>