summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index 05d30ae..1396da6 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -2307,7 +2307,7 @@ CMD_FUNCTION_IMPL(help)
}
if(first)
{
- respond(client, "Dieser Befehl hat keine Unterbefehle.\n");
+ respond(client, "Dieser Befehl hat für die aktuelle Berechtigungsstufe keine Unterbefehle.\n");
}
else
{