From e29ddbf230458669594ecc8d386085d459353d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=BE=D0=B2?= <22411953+Vladislav4KZ@users.noreply.github.com> Date: Tue, 27 Dec 2022 12:13:29 +0000 Subject: [PATCH] fix: remove redundant apostrophe --- cfg/addons/yapb/conf/lang/de_lang.cfg | 2 +- cfg/addons/yapb/conf/lang/ru_lang.cfg | 2 +- src/control.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/addons/yapb/conf/lang/de_lang.cfg b/cfg/addons/yapb/conf/lang/de_lang.cfg index c21abf8..038c219 100644 --- a/cfg/addons/yapb/conf/lang/de_lang.cfg +++ b/cfg/addons/yapb/conf/lang/de_lang.cfg @@ -1444,7 +1444,7 @@ Display all the cvars with their descriptions. Zeigt alle Variablen mit ihren Beschreibungen an. [ORIGINAL] -Show's the current values from custom.cfg. +Shows the current values from custom.cfg. [TRANSLATED] Zeigt die aktuellen Werte aus der custom.cfg an. diff --git a/cfg/addons/yapb/conf/lang/ru_lang.cfg b/cfg/addons/yapb/conf/lang/ru_lang.cfg index 58e03e5..a816e49 100644 --- a/cfg/addons/yapb/conf/lang/ru_lang.cfg +++ b/cfg/addons/yapb/conf/lang/ru_lang.cfg @@ -1466,7 +1466,7 @@ Display all the cvars with their descriptions. Показать все квары с их описаниями. [ORIGINAL] -Show's the current values from custom.cfg. +Shows the current values from custom.cfg. [TRANSLATED] Показывает текущие значения из custom.cfg. diff --git a/src/control.cpp b/src/control.cpp index 6943bf4..1acf88d 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -1931,7 +1931,7 @@ BotControl::BotControl () { m_cmds.emplace ("list/listbots", "list [noarguments]", "Lists the bots currently playing on server.", &BotControl::cmdList); m_cmds.emplace ("graph/g/wp/wpt/waypoint", "graph [help]", "Handles graph operations.", &BotControl::cmdNode); m_cmds.emplace ("cvars", "cvars [save|cvar]", "Display all the cvars with their descriptions.", &BotControl::cmdCvars); - m_cmds.emplace ("show_custom", "show_custom [noarguments]", "Show's the current values from custom.cfg.", &BotControl::cmdShowCustom); + m_cmds.emplace ("show_custom", "show_custom [noarguments]", "Shows the current values from custom.cfg.", &BotControl::cmdShowCustom); // declare the menus createMenus ();