Skip to content

Commit

Permalink
Storage overlay: fixup storageDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
ius committed Oct 19, 2012
1 parent 6fe40fc commit fe2ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/xml/storage_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<StorageList xmlns:android="http://schemas.android.com/apk/res/android">
<storage android:mountPoint="/mnt/sdcard"
android:storageDescription="@string/storage_usb"
android:storageDescription="@string/storage_sd_card"
android:primary="true"
android:removable="true"
android:allowMassStorage="true" />
Expand Down

0 comments on commit fe2ff4f

Please sign in to comment.