diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:05 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:05 -0800 |
commit | 1feaa85791b3b5cc66a16142afc2259a2356bc9e (patch) | |
tree | 358b291b67f16adb85d6b4a9ce8be57303626a1b /res/xml/device_info_memory.xml | |
parent | 590c0a97ff3b7665306e14da9a999212da5f06b9 (diff) | |
download | packages_apps_settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.zip packages_apps_settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.gz packages_apps_settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.bz2 |
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'res/xml/device_info_memory.xml')
-rw-r--r-- | res/xml/device_info_memory.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/xml/device_info_memory.xml b/res/xml/device_info_memory.xml index 0d90b95..b7ec3c1 100644 --- a/res/xml/device_info_memory.xml +++ b/res/xml/device_info_memory.xml @@ -26,7 +26,11 @@ android:title="@string/memory_available" android:summary="00"/> <Preference android:key="memory_sd_unmount" - android:title="@string/sd_eject"/> + android:title="@string/sd_eject" + android:summary="@string/sd_eject_summary"/> + <Preference android:key="memory_sd_format" + android:title="@string/sd_format" + android:summary="@string/sd_format_summary"/> </PreferenceCategory> <PreferenceCategory android:title="@string/internal_memory"> |