From 61a3987d25582d8473fa0c233d43f48c548f165b Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:54:00 -0600 Subject: [PATCH] Remove plural on ^spelltypeidsand ^spelltypenames --- zone/bot_command.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zone/bot_command.cpp b/zone/bot_command.cpp index 25149e2eb..e30503901 100644 --- a/zone/bot_command.cpp +++ b/zone/bot_command.cpp @@ -2143,7 +2143,6 @@ void SendSpellTypeWindow(Client* c, const Seperator* sep) { std::string fillerLine = "-----------"; std::string spellTypeField = "Spell Type"; - std::string pluralS = "s"; std::string idField = "ID"; std::string shortnameField = "Short Name"; @@ -2185,9 +2184,8 @@ void SendSpellTypeWindow(Client* c, const Seperator* sep) { popup_text += DialogueWindow::TableRow( DialogueWindow::TableCell( fmt::format( - "{}{}", - DialogueWindow::ColorMessage(forest_green, c->GetSpellTypeNameByID(i)), - DialogueWindow::ColorMessage(forest_green, pluralS) + "{}", + DialogueWindow::ColorMessage(forest_green, c->GetSpellTypeNameByID(i)) ) ) + DialogueWindow::TableCell(