mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Modified texts of the "Change language" dialog.
This commit is contained in:
parent
b247bbab2e
commit
1efe743834
2 changed files with 5 additions and 5 deletions
|
@ -749,10 +749,10 @@ void GUI_App::add_config_menu(wxMenuBar *menu)
|
||||||
* and draw user's attention to the application restarting after a language change
|
* and draw user's attention to the application restarting after a language change
|
||||||
*/
|
*/
|
||||||
wxMessageDialog dialog(nullptr,
|
wxMessageDialog dialog(nullptr,
|
||||||
_(L("Application will be restarted after language change.")) + "\n" +
|
_(L("Switching the language will trigger application restart.\n"
|
||||||
_(L("3D-Scene will be cleaned.")) + "\n\n" +
|
"You will lose all your unsaved data (content of the plater, modified presets).")) + "\n\n" +
|
||||||
_(L("Please, check your changes before.")),
|
_(L("Do you want to proceed?")),
|
||||||
_(L("Attention!")),
|
wxString(SLIC3R_APP_NAME) + " - " + _(L("Language selection")),
|
||||||
wxICON_QUESTION | wxOK | wxCANCEL);
|
wxICON_QUESTION | wxOK | wxCANCEL);
|
||||||
if ( dialog.ShowModal() == wxID_CANCEL)
|
if ( dialog.ShowModal() == wxID_CANCEL)
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -192,7 +192,7 @@ const char* SL1Host::get_name() const { return "SL1Host"; }
|
||||||
|
|
||||||
wxString SL1Host::get_test_ok_msg () const
|
wxString SL1Host::get_test_ok_msg () const
|
||||||
{
|
{
|
||||||
return _(L("Connection to Prusa SLA works correctly."));
|
return _(L("Connection to Prusa SL1 works correctly."));
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString SL1Host::get_test_failed_msg (wxString &msg) const
|
wxString SL1Host::get_test_failed_msg (wxString &msg) const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue