mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Localization: Added plural form for some phrases, updated POT
This commit is contained in:
parent
6846ba0b59
commit
0baa92fab8
7 changed files with 2017 additions and 1878 deletions
|
@ -1813,7 +1813,8 @@ bool GUI_App::check_unsaved_changes(const wxString &header)
|
|||
// synchronize config.ini with the current selections.
|
||||
preset_bundle->export_selections(*app_config);
|
||||
|
||||
wxMessageBox(_L("The preset(s) modifications are successfully saved"));
|
||||
wxMessageBox(_L_PLURAL("The preset modifications are successfully saved",
|
||||
"The presets modifications are successfully saved", dlg.get_names_and_types().size()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue