summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.cpp')
-rw-r--r--src/crsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index 824f9b4..fd0d33e 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -1697,7 +1697,7 @@ CMD_FUNCTION_IMPL(help)
}
else
{
- respond(client, "Befehl " + args + " existiert nicht.\n");
+ respond(client, "Der Befehl " + args + " existiert nicht.\n");
}
}
}