plurals converted to singles ...

develop
simon 2010-04-26 14:06:07 +02:00
parent 467b852f8d
commit 453b4521c0
1 changed files with 5 additions and 5 deletions

@ -253,22 +253,22 @@ void printCreature(DFHack::API & DF, const DFHack::t_creature & creature)
switch(mat[i].typeA) switch(mat[i].typeA)
{ {
case 0: case 0:
maintype = (char*)"metal bars"; maintype = (char*)"metal bar";
break; break;
case 1: case 1:
maintype = (char*)"cut gems"; maintype = (char*)"cut gem";
break; break;
case 2: case 2:
maintype = (char*)"blocks"; maintype = (char*)"block";
break; break;
case 3: case 3:
maintype = (char*)"rough gem/glass"; maintype = (char*)"rough gem/glass";
break; break;
case 4: case 4:
maintype = (char*)"stone"; maintype = (char*)"raw stone";
break; break;
case 5: case 5:
maintype = (char*)"logs"; maintype = (char*)"wood log";
break; break;
case 54: case 54:
maintype = (char*)"leather"; maintype = (char*)"leather";