Fix progress_generating and reformat

This commit is contained in:
Dominik Schürmann 2014-03-10 22:22:37 +01:00
parent be41a0a3e1
commit bac68c4c73

View File

@ -599,7 +599,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
int keysTotal = 2;
int keysCreated = 0;
setProgress(
getResources().getQuantityString(R.plurals.progress_generating, keysTotal),
getApplicationContext().getResources().getQuantityString(R.plurals.progress_generating, keysTotal),
keysCreated,
keysTotal);
PgpKeyOperation keyOperations = new PgpKeyOperation(this, this);