fix: remove redundant apostrophe
This commit is contained in:
parent
69d2b88618
commit
e29ddbf230
3 changed files with 3 additions and 3 deletions
|
|
@ -1444,7 +1444,7 @@ Display all the cvars with their descriptions.
|
||||||
Zeigt alle Variablen mit ihren Beschreibungen an.
|
Zeigt alle Variablen mit ihren Beschreibungen an.
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
Show's the current values from custom.cfg.
|
Shows the current values from custom.cfg.
|
||||||
|
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Zeigt die aktuellen Werte aus der custom.cfg an.
|
Zeigt die aktuellen Werte aus der custom.cfg an.
|
||||||
|
|
|
||||||
|
|
@ -1466,7 +1466,7 @@ Display all the cvars with their descriptions.
|
||||||
Показать все квары с их описаниями.
|
Показать все квары с их описаниями.
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
Show's the current values from custom.cfg.
|
Shows the current values from custom.cfg.
|
||||||
|
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Показывает текущие значения из custom.cfg.
|
Показывает текущие значения из custom.cfg.
|
||||||
|
|
|
||||||
|
|
@ -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 ("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 ("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 ("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
|
// declare the menus
|
||||||
createMenus ();
|
createMenus ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue