am a640fb4f: Fix the build. A "--" token is not just text in an XML comment.

Merge commit 'a640fb4f97ee5e317ed51bd585c892d465b3da38' into gingerbread-plus-aosp

* commit 'a640fb4f97ee5e317ed51bd585c892d465b3da38':
  Fix the build.  A "--" token is not just text in an XML comment.
This commit is contained in:
Eric Fischer
2010-10-21 18:22:09 -07:00
committed by Android Git Automerger

View File

@@ -1305,11 +1305,11 @@
<!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
<string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
<!-- Storage setting item that will mount USB storage if it unmounted -- a user should never see this. [CHAR LIMIT=25] -->
<!-- Storage setting item that will mount USB storage if it unmounted. A user should never see this. [CHAR LIMIT=25] -->
<string name="sd_mount" product="nosdcard">Mount USB storage</string>
<!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=25] -->
<string name="sd_mount" product="default">Mount SD card</string>
<!-- Subtext for Mount USB storage in Storage settings -- user should never see this. -->
<!-- Subtext for Mount USB storage in Storage settings. User should never see this. -->
<string name="sd_mount_summary" product="nosdcard">Mount the USB storage</string>
<!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
<string name="sd_mount_summary" product="default">Mount the SD card</string>