summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c4
-rw-r--r--src/game/g_cmds.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index d7eae042..8c3e2c7e 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -2584,7 +2584,7 @@ qboolean G_admin_help( gentity_t *ent, int skiparg )
{
if( !G_admin_permission( ent, g_admin_cmds[ i ].flag[ 0 ] ) )
{
- ADMBP( va( "^3!help: ^7you have no permission to use '%s'\n",
+ ADMBP( va( "^3!help: ^7you do not have permission to use '%s'\n",
g_admin_cmds[ i ].keyword ) );
ADMBP_end();
return qfalse;
@@ -2605,7 +2605,7 @@ qboolean G_admin_help( gentity_t *ent, int skiparg )
{
if( !admin_command_permission( ent, g_admin_commands[ i ]->command ) )
{
- ADMBP( va( "^3!help: ^7you have no permission to use '%s'\n",
+ ADMBP( va( "^3!help: ^7you do not have permission to use '%s'\n",
g_admin_commands[ i ]->command ) );
ADMBP_end();
return qfalse;
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index deb45159..ae48940d 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -512,7 +512,7 @@ void Cmd_Kill_f( gentity_t *ent )
{
if( ent->client->ps.stats[ STAT_STATE ] & SS_HOVELING )
{
- trap_SendServerCommand( ent-g_entities, "print \"Leave the hovel first (use your destroy key)\n\"" );
+ trap_SendServerCommand( ent-g_entities, "print \"Leave the Hovel first (use your destroy key)\n\"" );
return;
}