From f18a20c271c3ed4dfa8a95eadc9638ae04a3a7bd Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 31 Aug 2019 17:58:35 +0200 Subject: Phrasing on "exit" actions changed --- spedytor/Form1.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spedytor/Form1.Designer.cs b/spedytor/Form1.Designer.cs index 7671d79..d9552fd 100644 --- a/spedytor/Form1.Designer.cs +++ b/spedytor/Form1.Designer.cs @@ -133,7 +133,7 @@ this.bExit.Name = "bExit"; this.bExit.Size = new System.Drawing.Size(70, 70); this.bExit.TabIndex = 6; - this.bExit.Text = "Wyjdź"; + this.bExit.Text = "Zakończ"; this.bExit.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bExit.UseVisualStyleBackColor = true; this.bExit.Click += new System.EventHandler(this.bExit_Click); @@ -200,13 +200,13 @@ this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.closeMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; - this.contextMenuStrip.Size = new System.Drawing.Size(118, 26); + this.contextMenuStrip.Size = new System.Drawing.Size(119, 26); // // closeMenuItem // this.closeMenuItem.Name = "closeMenuItem"; - this.closeMenuItem.Size = new System.Drawing.Size(117, 22); - this.closeMenuItem.Text = "Zamknij"; + this.closeMenuItem.Size = new System.Drawing.Size(152, 22); + this.closeMenuItem.Text = "Zakończ"; this.closeMenuItem.Click += new System.EventHandler(this.closeMenuItem_Click); // // Form1 -- cgit v1.2.3