1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

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
+1 -1
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