diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-03 12:35:58 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:06 +0000 |
commit | dee62e154291901073895a55715124061c61de03 (patch) | |
tree | a0fd5ffd7912b5973d80f25f747aaf19cefa0fc1 /src/cgame/cg_tutorial.c | |
parent | dc8cf306d9a153500682f8f39f4ea0a97f73a599 (diff) |
* (bug 2803) Tighten some spelling/grammar/typos in various places (Phil Bordelon, Ben Millwood)
Diffstat (limited to 'src/cgame/cg_tutorial.c')
-rw-r--r-- | src/cgame/cg_tutorial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index 2dd5a5a2..bd41be2a 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -248,7 +248,7 @@ CG_AlienLevel0Text static void CG_AlienLevel0Text( char *text, playerState_t *ps ) { Q_strcat( text, MAX_TUTORIAL_TEXT, - "Touch a human to damage it\n" ); + "Touch humans to damage them\n" ); Q_strcat( text, MAX_TUTORIAL_TEXT, va( "Press %s to walk on walls\n", @@ -263,7 +263,7 @@ CG_AlienLevel1Text static void CG_AlienLevel1Text( char *text, playerState_t *ps ) { Q_strcat( text, MAX_TUTORIAL_TEXT, - "Touch a human to grab it\n" ); + "Touch humans to grab them\n" ); Q_strcat( text, MAX_TUTORIAL_TEXT, va( "Press %s to swipe\n", |