Fix some xgettext errors

This commit is contained in:
SoftFever 2024-03-02 11:43:18 +08:00
parent 840c347957
commit 9f7cec3f44
22 changed files with 11523 additions and 5881 deletions

View file

@ -1815,7 +1815,7 @@ void ObjectGridTable::init_cols(ObjectGrid *object_grid)
m_col_data.push_back(col);
//first column for plate_index
col = new ObjectGridCol(coString, "plate_index", L(" "), true, false, false, false, wxALIGN_CENTRE); //bool only_object, bool icon, bool edit, bool config
col = new ObjectGridCol(coString, "plate_index", " ", true, false, false, false, wxALIGN_CENTRE); //bool only_object, bool icon, bool edit, bool config
m_col_data.push_back(col);
//second column for module name