From dee62e154291901073895a55715124061c61de03 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sat, 3 Oct 2009 12:35:58 +0000 Subject: * (bug 2803) Tighten some spelling/grammar/typos in various places (Phil Bordelon, Ben Millwood) --- src/game/g_admin.c | 4 ++-- src/game/g_cmds.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game') 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; } -- cgit