Fix a couple of spelling and grammar mistakes.

This commit is contained in:
sphere 2021-05-24 13:33:55 +02:00
parent 58e644aa80
commit 738fcfe2c3
3 changed files with 4 additions and 4 deletions

View file

@ -614,7 +614,7 @@ namespace CodeImp.DoomBuilder.Windows
label1.Name = "label1"; label1.Name = "label1";
label1.Size = new System.Drawing.Size(143, 13); label1.Size = new System.Drawing.Size(143, 13);
label1.TabIndex = 20; label1.TabIndex = 20;
label1.Text = "Texture and Flats brightness:"; label1.Text = "Texture and flat brightness:";
label1.TextAlign = System.Drawing.ContentAlignment.TopRight; label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
// //
// label18 // label18

View file

@ -355,7 +355,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
this.additiveselect.Name = "additiveselect"; this.additiveselect.Name = "additiveselect";
this.additiveselect.Size = new System.Drawing.Size(205, 17); this.additiveselect.Size = new System.Drawing.Size(205, 17);
this.additiveselect.TabIndex = 3; this.additiveselect.TabIndex = 3;
this.additiveselect.Text = "Additive selecting without holding shift"; this.additiveselect.Text = "Additive selecting without holding Shift";
this.additiveselect.UseVisualStyleBackColor = true; this.additiveselect.UseVisualStyleBackColor = true;
// //
// dontusenodes // dontusenodes

View file

@ -279,7 +279,7 @@ classicpaintselect
{ {
title = "Paint Selection"; title = "Paint Selection";
category = "classic"; 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; allowkeys = true;
allowmouse = true; allowmouse = true;
allowscroll = false; allowscroll = false;
@ -1480,7 +1480,7 @@ visualpaintselect
{ {
title = "Paint Selection"; title = "Paint Selection";
category = "visual"; 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; allowkeys = true;
allowmouse = true; allowmouse = true;
allowscroll = false; allowscroll = false;