1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Another round of translation adjustments.

This commit is contained in:
bubnikv
2019-08-28 15:12:55 +02:00
parent 496d49d343
commit 048ed74318
8 changed files with 443 additions and 7789 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ void ObjectList::create_objects_ctrl()
AppendColumn(create_objects_list_extruder_column(4));
// column ItemEditing of the view control:
AppendBitmapColumn("Editing", colEditing, wxDATAVIEW_CELL_INERT, int(2.5 * wxGetApp().em_unit())/*25*/,
AppendBitmapColumn(_(L("Editing")), colEditing, wxDATAVIEW_CELL_INERT, int(2.5 * wxGetApp().em_unit())/*25*/,
wxALIGN_CENTER_HORIZONTAL, wxDATAVIEW_COL_RESIZABLE);
}