Change "Transporter" to "Transport".

Refs #2102.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11516 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-08-22 23:49:52 +00:00 committed by Git SVN Gateway
parent e0fdc8cc66
commit 00501212e8
1 changed files with 1 additions and 1 deletions

View File

@ -1342,7 +1342,7 @@ const char *GetDefaultTemplateName(DROID_TEMPLATE *psTemplate)
*/
if(psTemplate->droidType == DROID_TRANSPORTER)
{
return _("Transporter");
return _("Transport");
}
/*