am 4a1f3569: am 85d1f883: am b24dfbcc: Merge "bug:3514023 fix string formatting" into honeycomb-mr1

* commit '4a1f356928207333513595487240efe2be302c7e':
  bug:3514023 fix string formatting
This commit is contained in:
Vasu Nori
2011-03-15 21:44:14 -07:00
committed by Android Git Automerger

View File

@@ -3322,7 +3322,7 @@ found in the list of installed applications.</string>
<!-- number of misc files selected [CHAR LIMIT=40] -->
<string name="misc_files_selected_count">selected <xliff:g id="number" example="3">%1$d</xliff:g> out of <xliff:g id="total" example="15">%2$d</xliff:g></string>
<!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
<string name="misc_files_selected_count_bytes">%1$s out of %2$s</string>
<string name="misc_files_selected_count_bytes"><xliff:g id="number" example="3.25MB">%1$s</xliff:g> out of <xliff:g id="total" example="15.25MB">%2$s</xliff:g></string>
<!-- action to select all [CHAR LIMIT=30] -->
<string name="select_all">Select All</string>
</resources>