Merge branch 'wip' into 1.9

This commit is contained in:
Master Kwoth 2017-11-13 13:31:01 +01:00
commit 3a4b0c2858
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;
}

View File

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