summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-19 13:14:50 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-19 13:14:50 +0000
commitbf656372e13890749d564cffbb75cd5f5cb61333 (patch)
treef1789003b07057cba038c406c977af7049d52c47 /src/modules
parent0b46b4a8f07575138e9c2d5fb051834a8ecb9cd8 (diff)
- par zmen pro gettext
- nechapu proc to nebere preklady git-svn-id: http://opensvn.csie.org/tuxanci_ng@226 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/modules')
-rwxr-xr-xsrc/modules/modPipe.c4
-rwxr-xr-xsrc/modules/modTeleport.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c
index df26b80..efe3b7a 100755
--- a/src/modules/modPipe.c
+++ b/src/modules/modPipe.c
@@ -176,7 +176,7 @@ static void moveShotFromPipe(shot_t *shot, pipe_t *pipe)
if( distPipe == NULL )
{
- fprintf(stderr, _("Pipe ID for pipe \"%d\" was not found\n"), pipe->id);
+ fprintf(stderr, "Pipe ID for pipe \"%d\" was not found\n", pipe->id);
return;
}
@@ -241,7 +241,7 @@ static int negPosition(int n)
return TUX_UP;
default :
- assert( ! _("Tux is moving in another dimension maybe!") );
+ assert( ! "Tux is moving in another dimension maybe!" );
break;
}
diff --git a/src/modules/modTeleport.c b/src/modules/modTeleport.c
index 61af102..dfd983a 100755
--- a/src/modules/modTeleport.c
+++ b/src/modules/modTeleport.c
@@ -187,7 +187,7 @@ static int getRandomPosition()
return TUX_DOWN;
}
- assert( ! _("When generating random value in range 0 to 3 i got some other value?!") );
+ assert( ! "When generating random value in range 0 to 3 i got some other value?!" );
return -1; // no warnning
}