Merge branch 'wip' into 1.9

This commit is contained in:
Master Kwoth
2017-11-13 13:31:01 +01:00
2 changed files with 3 additions and 2 deletions

View File

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