mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Fix a couple of spelling and grammar mistakes.
This commit is contained in:
parent
58e644aa80
commit
738fcfe2c3
3 changed files with 4 additions and 4 deletions
2
Source/Core/Windows/PreferencesForm.Designer.cs
generated
2
Source/Core/Windows/PreferencesForm.Designer.cs
generated
|
@ -614,7 +614,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(143, 13);
|
||||
label1.TabIndex = 20;
|
||||
label1.Text = "Texture and Flats brightness:";
|
||||
label1.Text = "Texture and flat brightness:";
|
||||
label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||||
//
|
||||
// label18
|
||||
|
|
|
@ -355,7 +355,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
this.additiveselect.Name = "additiveselect";
|
||||
this.additiveselect.Size = new System.Drawing.Size(205, 17);
|
||||
this.additiveselect.TabIndex = 3;
|
||||
this.additiveselect.Text = "Additive selecting without holding shift";
|
||||
this.additiveselect.Text = "Additive selecting without holding Shift";
|
||||
this.additiveselect.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// dontusenodes
|
||||
|
|
|
@ -279,7 +279,7 @@ classicpaintselect
|
|||
{
|
||||
title = "Paint Selection";
|
||||
category = "classic";
|
||||
description = "Selects or deselects items by dragging the mouse. Hold shift while dragging to toggle additive selection. Hold Ctrl while dragging to enable subtractive selection";
|
||||
description = "Selects or deselects items by dragging the mouse. Hold Shift while dragging to toggle additive selection. Hold Ctrl while dragging to enable subtractive selection.";
|
||||
allowkeys = true;
|
||||
allowmouse = true;
|
||||
allowscroll = false;
|
||||
|
@ -1480,7 +1480,7 @@ visualpaintselect
|
|||
{
|
||||
title = "Paint Selection";
|
||||
category = "visual";
|
||||
description = "Selects or deselects items by dragging the mouse. Hold shift while dragging to toggle additive selection. Hold Ctrl while dragging to enable subtractive selection";
|
||||
description = "Selects or deselects items by dragging the mouse. Hold Shift while dragging to toggle additive selection. Hold Ctrl while dragging to enable subtractive selection.";
|
||||
allowkeys = true;
|
||||
allowmouse = true;
|
||||
allowscroll = false;
|
||||
|
|
Loading…
Reference in a new issue