Modified texts of the "Change language" dialog.

This commit is contained in:
bubnikv 2019-05-09 15:24:08 +02:00
parent b247bbab2e
commit 1efe743834
2 changed files with 5 additions and 5 deletions

View file

@ -192,7 +192,7 @@ const char* SL1Host::get_name() const { return "SL1Host"; }
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