Fix copy-paste typo

This commit is contained in:
spherallic 2023-02-08 21:48:06 +01:00
parent 71e44108a0
commit e3b2c25fb0

View file

@ -797,9 +797,9 @@ incrementtag
decrementtag decrementtag
{ {
title = "Increment tag of sector/linedef"; title = "Decrement tag of sector/linedef";
category = "classic"; 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; allowkeys = true;
allowmouse = true; allowmouse = true;
allowscroll = true; allowscroll = true;