be more precise on importresult overall error

This commit is contained in:
Vincent Breitmoser
2014-09-23 16:23:13 +02:00
parent da1779816b
commit c5239d6e9b
2 changed files with 7 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ public class ImportKeyResult extends OperationResult {
? R.string.import_error_nothing_cancelled
: R.string.import_error_nothing);
} else {
str = activity.getString(R.string.import_error);
str = activity.getResources().getQuantityString(R.plurals.import_error, mBadKeys);
}
}