{
GlobalDisplay display = RStudioGinjector.INSTANCE.getGlobalDisplay();
if (!getPassphrase().equals(getConfirmPassphrase()))
{
display.showErrorMessage(
"Non-Matching Passphrases",
"The passphrase and passphrase confirmation do not match.",
txtConfirmPassphrase_);
}