summaryrefslogtreecommitdiff
path: root/modules/operserv/os_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/operserv/os_update.cpp')
-rw-r--r--modules/operserv/os_update.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/operserv/os_update.cpp b/modules/operserv/os_update.cpp
index e1c25a1be..0be8e2675 100644
--- a/modules/operserv/os_update.cpp
+++ b/modules/operserv/os_update.cpp
@@ -32,8 +32,7 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Causes services to update all database files as soon as you\n"
- "send the command."));
+ source.Reply(_("Causes services to update all database files as soon as you send the command."));
return true;
}
};