mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed typos
This commit is contained in:
parent
b6facd17a7
commit
9db8581411
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ private void button1_Click(object sender, EventArgs e)
|
|||
MainWindow.key = textBox2.Text;
|
||||
MainWindow.keyChanged = true;
|
||||
this.Close();
|
||||
return;
|
||||
}
|
||||
|
||||
if (textBox1.Text != MainWindow.key)
|
||||
|
|
@ -34,7 +35,7 @@ private void button1_Click(object sender, EventArgs e)
|
|||
{
|
||||
using (new CenterWinDialog(this))
|
||||
{
|
||||
MessageBox.Show("New key the same as old!", "Change Key", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
MessageBox.Show("New key is the same as old!", "Change Key", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
textBox1.Text = "";
|
||||
textBox2.Text = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue