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; } 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