From 8e77aba10b640a2d17fe125859f0b252c5bc4581 Mon Sep 17 00:00:00 2001 From: Macintosh II Date: Sun, 1 Oct 2023 20:27:30 +0300 Subject: [PATCH] resolving conversations... --- locale/Messages.resx | 2 +- locale/Messages.ru.resx | 2 +- locale/Messages.tt-ru.resx | 2 +- src/Commands/ToolsCommandGroup.cs | 2 +- src/Messages.Designer.cs | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locale/Messages.resx b/locale/Messages.resx index 67ec5d4..98f6dc6 100644 --- a/locale/Messages.resx +++ b/locale/Messages.resx @@ -654,7 +654,7 @@ Your random number is: - + Isn't it obvious? diff --git a/locale/Messages.ru.resx b/locale/Messages.ru.resx index dfa7d09..f5001ed 100644 --- a/locale/Messages.ru.resx +++ b/locale/Messages.ru.resx @@ -654,7 +654,7 @@ Ваше случайное число: - + Разве это не очевидно? diff --git a/locale/Messages.tt-ru.resx b/locale/Messages.tt-ru.resx index 7a6bfe8..d2e1b25 100644 --- a/locale/Messages.tt-ru.resx +++ b/locale/Messages.tt-ru.resx @@ -654,7 +654,7 @@ ваше рандомное число: - + ну чувак... diff --git a/src/Commands/ToolsCommandGroup.cs b/src/Commands/ToolsCommandGroup.cs index e19f484..d75c3fe 100644 --- a/src/Commands/ToolsCommandGroup.cs +++ b/src/Commands/ToolsCommandGroup.cs @@ -288,7 +288,7 @@ public class ToolsCommandGroup : CommandGroup var embedColor = ColorsList.Blue; if (min == max) { - description.AppendLine(Markdown.Italicise(Messages.RandomObvious)); + description.AppendLine(Markdown.Italicise(Messages.RandomMinMaxSame)); embedColor = ColorsList.Red; } diff --git a/src/Messages.Designer.cs b/src/Messages.Designer.cs index cd5a67f..7b1fd29 100644 --- a/src/Messages.Designer.cs +++ b/src/Messages.Designer.cs @@ -1136,10 +1136,10 @@ namespace Octobot { } } - internal static string RandomObvious + internal static string RandomMinMaxSame { get { - return ResourceManager.GetString("RandomObvious", resourceCulture); + return ResourceManager.GetString("RandomMinMaxSame", resourceCulture); } }