diff options
Diffstat (limited to 'modules/commands/os_info.cpp')
-rw-r--r-- | modules/commands/os_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_info.cpp b/modules/commands/os_info.cpp index f5239abb4..553798d07 100644 --- a/modules/commands/os_info.cpp +++ b/modules/commands/os_info.cpp @@ -256,7 +256,7 @@ class OSInfo : public Module for (unsigned i = 0; i < (*oi)->size(); ++i) { OperInfo *o = (*oi)->at(i); - info[_("Oper Info")] = Anope::printf(_("(By %s on %s) %s"), o->adder.c_str(), Anope::strftime(o->created, source.GetAccount(), true).c_str(), o->info.c_str()); + info[_("Oper Info")] = Anope::printf(_("(by %s on %s) %s"), o->adder.c_str(), Anope::strftime(o->created, source.GetAccount(), true).c_str(), o->info.c_str()); } } |