Keyserver exception translateable

This commit is contained in:
Dominik Schürmann
2014-07-31 19:05:09 +02:00
parent b052d5e89c
commit 80f9c769c0
13 changed files with 36 additions and 25 deletions

View File

@@ -107,7 +107,7 @@ public abstract class OperationResults {
if (this.isOkBoth()) {
str = activity.getResources().getQuantityString(
R.plurals.import_keys_added_and_updated_1, mNewKeys, mNewKeys);
str += activity.getResources().getQuantityString(
str += " "+ activity.getResources().getQuantityString(
R.plurals.import_keys_added_and_updated_2, mUpdatedKeys, mUpdatedKeys, withWarnings);
} else if (isOkUpdated()) {
str = activity.getResources().getQuantityString(