Pull from transifex

This commit is contained in:
Dominik Schürmann
2014-09-15 10:44:36 +02:00
parent 943a9c2634
commit 40751bceb5
43 changed files with 730 additions and 159 deletions

View File

@@ -113,7 +113,7 @@ public class UploadKeyActivity extends ActionBarActivity {
if (message.arg1 == KeychainIntentServiceHandler.MESSAGE_OKAY) {
Toast.makeText(UploadKeyActivity.this, R.string.key_send_success,
Toast.makeText(UploadKeyActivity.this, R.string.msg_crt_upload_success,
Toast.LENGTH_SHORT).show();
finish();
}