Pull from transifex

This commit is contained in:
Dominik Schürmann
2014-09-02 14:11:10 +02:00
parent eb33d314c8
commit fe2c17cdeb
47 changed files with 1228 additions and 377 deletions

View File

@@ -132,7 +132,7 @@ public class KeychainApplication extends Application {
}
}
} catch (SecurityException e) {
Log.e(Constants.TAG, "SecurityException when adding the account", e);
Log.e(Constants.TAG, "SecurityException when adding the account", e);
Toast.makeText(context, R.string.reinstall_openkeychain, Toast.LENGTH_LONG).show();
}
}