am 85d1f883: am b24dfbcc: Merge "bug:3514023 fix string formatting" into honeycomb-mr1
* commit '85d1f883150129237fd98173ab345acd259bd2b3':
bug:3514023 fix string formatting
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4c62102..b3e439f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3316,7 +3316,7 @@
<!-- 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>