mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-01-11 13:38:06 -05:00
fix plurals quantity string in ImportKeyResult
This commit is contained in:
parent
ba018d1f1b
commit
23b1ac1716
@ -154,7 +154,7 @@ public class ImportKeyResult extends OperationResult {
|
||||
duration = 0;
|
||||
color = Style.RED;
|
||||
str += " " + activity.getResources().getQuantityString(
|
||||
R.plurals.import_keys_with_errors, mBadKeys);
|
||||
R.plurals.import_keys_with_errors, mBadKeys, mBadKeys);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user