Fix more strings
This commit is contained in:
@@ -265,7 +265,7 @@ public class CertifyKeyActivity extends ActionBarActivity implements
|
||||
startSigning();
|
||||
}
|
||||
} else {
|
||||
AppMsg.makeText(this, R.string.key_has_already_been_signed, AppMsg.STYLE_ALERT)
|
||||
AppMsg.makeText(this, R.string.key_has_already_been_certified, AppMsg.STYLE_ALERT)
|
||||
.show();
|
||||
|
||||
setResult(RESULT_CANCELED);
|
||||
@@ -312,7 +312,7 @@ public class CertifyKeyActivity extends ActionBarActivity implements
|
||||
|
||||
if (message.arg1 == KeychainIntentServiceHandler.MESSAGE_OKAY) {
|
||||
|
||||
AppMsg.makeText(CertifyKeyActivity.this, R.string.key_sign_success,
|
||||
AppMsg.makeText(CertifyKeyActivity.this, R.string.key_certify_success,
|
||||
AppMsg.STYLE_INFO).show();
|
||||
|
||||
// check if we need to send the key to the server or not
|
||||
|
||||
@@ -402,7 +402,7 @@ public class ViewKeyActivity extends ActionBarActivity {
|
||||
public void handleMessage(Message msg) {
|
||||
switch (msg.what) {
|
||||
case NFC_SENT:
|
||||
AppMsg.makeText(ViewKeyActivity.this, R.string.nfc_successfull,
|
||||
AppMsg.makeText(ViewKeyActivity.this, R.string.nfc_successful,
|
||||
AppMsg.STYLE_INFO).show();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user