Fix copy-paste typo

This commit is contained in:
spherallic 2023-02-08 21:48:06 +01:00
parent 71e44108a0
commit e3b2c25fb0
1 changed files with 2 additions and 2 deletions

View File

@ -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;