mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-09-09 00:07:55 -06:00
Localization: Updated PrusaSlicer.pot and CZ dictionary
+ Fixed some phrases.
This commit is contained in:
parent
3f11877c8f
commit
8b980d4b77
6 changed files with 2691 additions and 2302 deletions
|
@ -267,7 +267,7 @@ void Field::get_value_by_opt_type(wxString& str, const bool check_value/* = true
|
|||
if (m_opt_id == "extrusion_multiplier") {
|
||||
if (m_value.empty() || boost::any_cast<double>(m_value) != val) {
|
||||
wxString msg_text = format_wxstr(_L("Input value is out of range\n"
|
||||
"Are you sure that %s is a correct value and you want to continue?"), str);
|
||||
"Are you sure that %s is a correct value and that you want to continue?"), str);
|
||||
wxMessageDialog dialog(m_parent, msg_text, _L("Parameter validation") + ": " + m_opt_id, wxICON_WARNING | wxYES | wxNO);
|
||||
if (dialog.ShowModal() == wxID_NO)
|
||||
set_val(val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue