diff --git a/Credits.cs b/Credits.cs index e8899b6..d0f5a02 100644 --- a/Credits.cs +++ b/Credits.cs @@ -11,7 +11,7 @@ namespace EDJournal { format.NumberGroupSeparator = ","; format.NumberDecimalSeparator = "."; format.NumberGroupSizes = new int[1] { 3 }; - format.NumberDecimalDigits = 1; + format.NumberDecimalDigits = 0; if (amount > 0 && (amount % 1000000000) == 0) { amount /= 1000000000; return string.Format("{0}M CR", amount.ToString("N", format));