mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Fix copy-paste typo
This commit is contained in:
parent
71e44108a0
commit
e3b2c25fb0
1 changed files with 2 additions and 2 deletions
|
@ -797,9 +797,9 @@ incrementtag
|
|||
|
||||
decrementtag
|
||||
{
|
||||
title = "Increment tag of sector/linedef";
|
||||
title = "Decrement tag of sector/linedef";
|
||||
category = "classic";
|
||||
description = "Increments the tag of all selected sectors or linedefs by 1.";
|
||||
description = "Decrements the tag of all selected sectors or linedefs by 1.";
|
||||
allowkeys = true;
|
||||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
|
|
Loading…
Reference in a new issue