bug:3514023 fix string formatting

Change-Id: I1d07e94f3693db09b29c621c5afae1cbaae24674
This commit is contained in:
Vasu Nori
2011-03-15 14:39:25 -07:00
parent 91d0b30461
commit 75e17aa8cc

View File

@@ -3316,7 +3316,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>