Take Affect -> Take Effect
Thanks to puwexil for pointing this out
This commit is contained in:
parent
32be471382
commit
3e88b91b65
|
@ -3135,7 +3135,7 @@
|
|||
this.RebootStatusBarIcon.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.RebootStatusBarIcon.Size = new System.Drawing.Size(16, 17);
|
||||
this.RebootStatusBarIcon.Text = "Reboot";
|
||||
this.RebootStatusBarIcon.ToolTipText = "A reboot of the core is needed for a setting change to take affect";
|
||||
this.RebootStatusBarIcon.ToolTipText = "A reboot of the core is needed for a setting change to take effect";
|
||||
this.RebootStatusBarIcon.Click += new System.EventHandler(this.PowerMenuItem_Click);
|
||||
//
|
||||
// AVIStatusLabel
|
||||
|
|
Loading…
Reference in New Issue