mirror of
https://github.com/anope/anope.git
synced 2026-06-26 21:36:38 +02:00
Fix some typos of language
This commit is contained in:
@@ -798,7 +798,7 @@ class CommandNSSetLanguage : public Command
|
||||
}
|
||||
}
|
||||
|
||||
Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to change the langauge of " << nc->display << " to " << param;
|
||||
Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to change the language of " << nc->display << " to " << param;
|
||||
|
||||
nc->language = param;
|
||||
source.Reply(_("Language changed to \002English\002."));
|
||||
|
||||
Reference in New Issue
Block a user