mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
Fixed some spelling mistakes
This commit is contained in:
parent
3729bd829d
commit
e7e82623f9
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ using System.Drawing;
|
|||
|
||||
namespace CodeImp.DoomBuilder.BuilderModes
|
||||
{
|
||||
[ErrorChecker("Check for stucked things", true, 1000)]
|
||||
[ErrorChecker("Check for stuck things", true, 1000)]
|
||||
public class CheckStuckedThings : ErrorChecker
|
||||
{
|
||||
#region ================== Constants
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="label10.Text" xml:space="preserve">
|
||||
<value>Here you can select the editing modes that you wish to use in this configuration. This is usefull in case there are plugins with additional editing modes that can be used as a replacement for the original editing modes.</value>
|
||||
<value>Here you can select the editing modes that you wish to use in this configuration. This is useful in case there are plugins with additional editing modes that can be used as a replacement for the original editing modes.</value>
|
||||
</data>
|
||||
<metadata name="smallimages.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>159, 17</value>
|
||||
|
|
Loading…
Reference in a new issue