Skip to content

Commit

Permalink
@account in errormessage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisheib committed Jan 29, 2018
1 parent 2e70a4f commit 865eaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NW-Spendenmonitor/DonationImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static int ImportCSVToInput(SQLiteConnection dbConnect, string path, bool
string dialogText =
"Es wurde ein Gegenstand gefunden, der scheinbar nicht richtig exportiert wurde." + Environment.NewLine +
Environment.NewLine +
donationLine.Charname + donationLine.Account + ", " + donationLine.Time + ", " + donationLine.Resource + Environment.NewLine +
donationLine.Charname + "@" + donationLine.Account + ", " + donationLine.Time + ", " + donationLine.Resource + Environment.NewLine +
Environment.NewLine +
"Versuche, den Export im Spiel erneut zu starten, damit müssten die Lücken geschlossen werden." + Environment.NewLine +
"Soll der Import fortgesetzt werden?";
Expand Down

0 comments on commit 865eaa5

Please sign in to comment.