diff options
Diffstat (limited to 'modules/commands/os_reload.cpp')
-rw-r--r-- | modules/commands/os_reload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp index 0c979c57f..0370bcd2e 100644 --- a/modules/commands/os_reload.cpp +++ b/modules/commands/os_reload.cpp @@ -49,7 +49,7 @@ class CommandOSReload : public Command source.Reply(" "); source.Reply(_("Causes Services to reload the configuration file. Note that\n" "some directives still need the restart of the Services to\n" - "take effect (such as Services' nicknames, activation of the \n" + "take effect (such as Services' nicknames, activation of the\n" "session limitation, etc.)")); return true; } |