andybryant / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

Formating String in "delete_warning" #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. While compiling, all string value with the name "delete_warning" get 
"Multiple substitutions specified in non-positional format"

What version of the product are you using? On what operating system?
SDK 2.3

Please provide any additional information below.
see https://groups.google.com/d/topic/android-developers/AX2S3Zh6hoI/discussion

should add "n$" right after the '%' character

for example with normal English value string, should be changed into
"Are you sure you want to delete the selected %1$s and it\'s %2$d %3$ss?"

Original issue reported on code.google.com by b95505017 on 11 Dec 2010 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by andybry...@gmail.com on 29 Dec 2010 at 9:04