mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed text of "Auto check updates" in "Settings" window
This commit is contained in:
parent
c0fc18601c
commit
d3c57215e2
1 changed files with 2 additions and 2 deletions
4
Crypto Notepad/SettingsForm.Designer.cs
generated
4
Crypto Notepad/SettingsForm.Designer.cs
generated
|
|
@ -215,9 +215,9 @@ private void InitializeComponent()
|
|||
this.autoCheckUpdatesCheckBox.AutoSize = true;
|
||||
this.autoCheckUpdatesCheckBox.Location = new System.Drawing.Point(7, 30);
|
||||
this.autoCheckUpdatesCheckBox.Name = "autoCheckUpdatesCheckBox";
|
||||
this.autoCheckUpdatesCheckBox.Size = new System.Drawing.Size(131, 19);
|
||||
this.autoCheckUpdatesCheckBox.Size = new System.Drawing.Size(184, 19);
|
||||
this.autoCheckUpdatesCheckBox.TabIndex = 1;
|
||||
this.autoCheckUpdatesCheckBox.Text = "Auto check updates";
|
||||
this.autoCheckUpdatesCheckBox.Text = "Auto check updates at startup";
|
||||
this.autoCheckUpdatesCheckBox.UseVisualStyleBackColor = true;
|
||||
this.autoCheckUpdatesCheckBox.Click += new System.EventHandler(this.AutoCheckUpdatesCheckBox_Click);
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue