[csharp/pt-br] Missing translation

This commit is contained in:
Fer 2017-10-26 12:44:09 -02:00 committed by GitHub
parent 312ac2ce45
commit b5cac96eff

View File

@ -790,7 +790,7 @@ on a new line! ""Wow!"", the masses cried";
// (Penny Farthings are those bicycles with the big front wheel.
// They have no gears.)
// calling parent constructor
// chamando construtor pai
public PennyFarthing(int startCadence, int startSpeed) :
base(startCadence, startSpeed, 0, "PennyFarthing", true, BikeBrand.Electra)
{