1
0
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:
Adam
2013-10-19 03:43:04 -04:00
parent 93a83da771
commit f0318fdbe8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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."));