mind spelling
This commit is contained in:
parent
58b8ed07c4
commit
cedc576b47
@ -69,7 +69,7 @@ public class CargoSoldFormatter : LogFormatter {
|
||||
builder.Append("Sold: ");
|
||||
builder.AppendFormat("{0}t", tons);
|
||||
if (totalProfit >= 100000) {
|
||||
builder.AppendFormat(", {0} Profit", Credits.FormatMillions(totalProfit));
|
||||
builder.AppendFormat(", {0} profit", Credits.FormatMillions(totalProfit));
|
||||
}
|
||||
|
||||
return builder.ToString();
|
||||
|
Loading…
Reference in New Issue
Block a user