Moving blank smart card messages to strings.xml

This commit is contained in:
Joey Castillo
2015-05-13 17:04:01 -04:00
parent 0504033c6b
commit aa75534e5b
2 changed files with 4 additions and 2 deletions

View File

@@ -152,8 +152,8 @@ public class CreateKeyActivity extends BaseNfcActivity {
}
} else {
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder.setTitle("Blank Smart Card / Yubikey Detected")
.setMessage("Would you like to generate a smart card compatible key?")
builder.setTitle(R.string.first_time_blank_smartcard_title)
.setMessage(R.string.first_time_blank_smartcard_message)
.setPositiveButton(android.R.string.yes, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int button) {