Merge branch 'wip' into 1.9
This commit is contained in:
commit
3a4b0c2858
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user