Localization: Fixed some phrases. Updated POT and NL dictionary.

This commit is contained in:
YuSanka 2020-12-04 13:08:20 +01:00
parent 4f4d136f19
commit e610d2d2f6
9 changed files with 5188 additions and 3625 deletions

View file

@ -1192,7 +1192,7 @@ void Sidebar::update_sliced_info_sizer()
double spool_weight = filament_preset->config.opt_float("filament_spool_weight", 0);
if (spool_weight != 0.0) {
new_label += "\n " + _L("(weight with spool)");
new_label += "\n " + _L("(including spool)");
info_text += wxString::Format(" (%.2f)\n", filament_weight + spool_weight);
}
}