Localization: Updated POT-file

+ Deleted redundant localization markers for empty strings
+ Community dictionaries are updated from new POT
This commit is contained in:
YuSanka 2023-01-31 11:09:57 +01:00
parent 716e0254f4
commit 73810cd262
17 changed files with 81471 additions and 54528 deletions
src/slic3r/GUI

View file

@ -3589,9 +3589,9 @@ void GCodeViewer::render_legend(float& legend_height)
// extrusion paths section -> title
if (m_view_type == EViewType::FeatureType)
append_headers({ _u8L(""), _u8L("Time"), _u8L("Percentage"), _u8L("Used filament") }, offsets);
append_headers({ "", _u8L("Time"), _u8L("Percentage"), _u8L("Used filament") }, offsets);
else if (m_view_type == EViewType::Tool)
append_headers({ _u8L(""), _u8L("Used filament"), _u8L(""), _u8L("") }, offsets);
append_headers({ "", _u8L("Used filament"), "", ""}, offsets);
else
ImGui::Separator();