mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:26:05 +08:00
text change - forced update dialog
This commit is contained in:
parent
43f2171446
commit
441f045a52
@ -145,7 +145,7 @@ MsgUpdateConfig::~MsgUpdateConfig() {}
|
|||||||
//MsgUpdateForced
|
//MsgUpdateForced
|
||||||
|
|
||||||
MsgUpdateForced::MsgUpdateForced(const std::vector<Update>& updates) :
|
MsgUpdateForced::MsgUpdateForced(const std::vector<Update>& updates) :
|
||||||
MsgDialog(nullptr, wxString::Format(_(L("%s incompatibility")), SLIC3R_APP_NAME), _(L("Configuration update is necessary to install")), wxID_NONE)
|
MsgDialog(nullptr, wxString::Format(_(L("%s incompatibility")), SLIC3R_APP_NAME), _(L("Is necessary to install a configuration update. ")), wxID_NONE)
|
||||||
{
|
{
|
||||||
auto* text = new wxStaticText(this, wxID_ANY, wxString::Format(_(L(
|
auto* text = new wxStaticText(this, wxID_ANY, wxString::Format(_(L(
|
||||||
"%s will now start updates. Otherwise it won't be able to start.\n\n"
|
"%s will now start updates. Otherwise it won't be able to start.\n\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user