From 19b50cadd22f2d45589d16543bfb35b1422b0d99 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: Sat, 10 Feb 2024 16:00:14 +0000 Subject: [PATCH] fix: remove an unnecessary apostrophe in the description of yb_graph_auto_collect_db (grammar correction) --- cfg/addons/yapb/conf/lang/ru_lang.cfg | 2 +- cfg/addons/yapb/conf/yapb.cfg | 2 +- src/graph.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/addons/yapb/conf/lang/ru_lang.cfg b/cfg/addons/yapb/conf/lang/ru_lang.cfg index 4c4314e..8634bb9 100644 --- a/cfg/addons/yapb/conf/lang/ru_lang.cfg +++ b/cfg/addons/yapb/conf/lang/ru_lang.cfg @@ -2264,7 +2264,7 @@ Maximum distance to draw graph nodes from editor viewport. Максимальное расстояние отображения точек от области просмотра редактора. [ORIGINAL] -Allows bot's to exchange your graph files with graph database automatically. +Allows bots to exchange your graph files with graph database automatically. [TRANSLATED] Позволяет ботам автоматически обмениваться вашими graph файлами с базой графов. diff --git a/cfg/addons/yapb/conf/yapb.cfg b/cfg/addons/yapb/conf/yapb.cfg index 944e30a..eccd0df 100644 --- a/cfg/addons/yapb/conf/yapb.cfg +++ b/cfg/addons/yapb/conf/yapb.cfg @@ -388,7 +388,7 @@ yb_graph_auto_save_count "15" yb_graph_draw_distance "400" // -// Allows bot's to exchange your graph files with graph database automatically. +// Allows bots to exchange your graph files with graph database automatically. // --- // Default: "0", Min: "0", Max: "1" // diff --git a/src/graph.cpp b/src/graph.cpp index 3a12807..1109e20 100644 --- a/src/graph.cpp +++ b/src/graph.cpp @@ -12,7 +12,7 @@ ConVar cv_graph_url ("graph_url", product.download.chars (), "Specifies the URL ConVar cv_graph_url_upload ("graph_url_upload", product.upload.chars (), "Specifies the URL to which bots will try to upload the graph file to database.", false, 0.0f, 0.0f); ConVar cv_graph_auto_save_count ("graph_auto_save_count", "15", "Every N graph nodes placed on map, the graph will be saved automatically (without checks).", true, 0.0f, kMaxNodes); ConVar cv_graph_draw_distance ("graph_draw_distance", "400", "Maximum distance to draw graph nodes from editor viewport.", true, 64.0f, 3072.0f); -ConVar cv_graph_auto_collect_db ("graph_auto_collect_db", "0", "Allows bot's to exchange your graph files with graph database automatically."); +ConVar cv_graph_auto_collect_db ("graph_auto_collect_db", "0", "Allows bots to exchange your graph files with graph database automatically."); void BotGraph::reset () { // this function initialize the graph structures..