fix plurals quantity string in ImportKeyResult

This commit is contained in:
Vincent Breitmoser 2014-10-04 16:01:59 +02:00
parent ba018d1f1b
commit 23b1ac1716

View File

@ -154,7 +154,7 @@ public class ImportKeyResult extends OperationResult {
duration = 0; duration = 0;
color = Style.RED; color = Style.RED;
str += " " + activity.getResources().getQuantityString( str += " " + activity.getResources().getQuantityString(
R.plurals.import_keys_with_errors, mBadKeys); R.plurals.import_keys_with_errors, mBadKeys, mBadKeys);
} }
} else { } else {