mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fix error message
This commit is contained in:
@@ -125,7 +125,7 @@ static bool cards_from_table(SetP& set, vector<String>& headers, std::vector<std
|
|||||||
int count = headers.size();
|
int count = headers.size();
|
||||||
for (int y = 0; y < table.size(); ++y) {
|
for (int y = 0; y < table.size(); ++y) {
|
||||||
if (table[y].size() != count) {
|
if (table[y].size() != count) {
|
||||||
queue_message(MESSAGE_ERROR, _ERROR_2_("import file malformed", file_extension, wxString::Format(wxT("%i"), y+1)));
|
queue_message(MESSAGE_ERROR, _ERROR_1_("add card csv file malformed", wxString::Format(wxT("%i"), y+1)));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user