From eed3d47871fea74abd9d5f7afb92f314a69dc9cf Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 12 Nov 2017 05:32:05 +0100 Subject: [PATCH 1/2] .novel error fix --- NadekoBot.Core/Modules/Searches/AnimeSearchCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot.Core/Modules/Searches/AnimeSearchCommands.cs b/NadekoBot.Core/Modules/Searches/AnimeSearchCommands.cs index 1b8c89a3..fb1b0bd0 100644 --- a/NadekoBot.Core/Modules/Searches/AnimeSearchCommands.cs +++ b/NadekoBot.Core/Modules/Searches/AnimeSearchCommands.cs @@ -26,7 +26,7 @@ namespace NadekoBot.Modules.Searches if (novelData == null) { - await ReplyErrorLocalized("failed_finding_novel").ConfigureAwait(false); + await ReplyErrorLocalized("error_finding_novel").ConfigureAwait(false); return; } From b406ec7eb694c9fe36b5a8d704e33e0f4dd2a0b0 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 12 Nov 2017 06:47:03 +0100 Subject: [PATCH 2/2] strings --- src/NadekoBot/_strings/ResponseStrings.en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/NadekoBot/_strings/ResponseStrings.en-US.json b/src/NadekoBot/_strings/ResponseStrings.en-US.json index c92aaf75..12b5ba93 100644 --- a/src/NadekoBot/_strings/ResponseStrings.en-US.json +++ b/src/NadekoBot/_strings/ResponseStrings.en-US.json @@ -922,5 +922,6 @@ "administration_self_assign_not_level": "That self-assignable role requires at least server level {0}.", "administration_invalid": "Invalid / Can't be found ({0})", "administration_mass_kill_in_progress": "Mass Banning and Blacklisting of {0} users is in progress...", - "administration_mass_kill_completed": "Mass Banning and Blacklisting of {0} users is complete." + "administration_mass_kill_completed": "Mass Banning and Blacklisting of {0} users is complete.", + "searches_error_finding_novel": "Can't find that novel. Make sure you've typed the exact full name, and that it exists on novelupdates.com" } \ No newline at end of file