mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Fix some xgettext errors
This commit is contained in:
parent
840c347957
commit
9f7cec3f44
22 changed files with 11523 additions and 5881 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue