diff options
author | emkael <emkael@tlen.pl> | 2019-08-31 17:58:35 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-10-27 14:53:43 +0100 |
commit | f18a20c271c3ed4dfa8a95eadc9638ae04a3a7bd (patch) | |
tree | 8bdf13443bf47213c44591765563a03024457be0 | |
parent | 8a3fa1426d45ec8baa557f78d3764d3966b0e1fe (diff) |
Phrasing on "exit" actions changed
-rw-r--r-- | spedytor/Form1.Designer.cs | 8 |
1 files 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 |