add extra line after cartographics data
This commit is contained in:
parent
c9cb3e26e0
commit
c34cb17c52
@ -24,7 +24,7 @@ namespace EliteBGS.BGS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return string.Format("Sold {0} page(s) worth of universal cartographics\n" +
|
return string.Format("Sold {0} page(s) worth of universal cartographics\n" +
|
||||||
"(Total value: {1})\n", pages, Credits.FormatCredits(sum));
|
"(Total value: {1})\n\n", pages, Credits.FormatCredits(sum));
|
||||||
}
|
}
|
||||||
|
|
||||||
private string BuildCargoSold(Objective objective) {
|
private string BuildCargoSold(Objective objective) {
|
||||||
|
@ -43,7 +43,9 @@ namespace EliteBGS.BGS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return string.Format("Sold {0} page(s) worth of universal cartographics\n" +
|
return string.Format("Sold {0} page(s) worth of universal cartographics\n" +
|
||||||
"(Total value: {1})\n", pages, Credits.FormatCredits(sum));
|
"(Total value: {1})\n\n",
|
||||||
|
pages, Credits.FormatCredits(sum)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private string BuildCargoSold(Objective objective) {
|
private string BuildCargoSold(Objective objective) {
|
||||||
|
Loading…
Reference in New Issue
Block a user