mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX:translation of input IP address dialog
JIRA:STUDIO-4418 Change-Id: I65fdfdcd1c0f348bb4b4a07e025aa3d2c5ed9dd3
This commit is contained in:
@@ -1087,7 +1087,7 @@ InputIpAddressDialog::InputIpAddressDialog(wxWindow* parent)
|
||||
m_tip3->SetMinSize(wxSize(FromDIP(352), -1));
|
||||
m_tip3->SetMaxSize(wxSize(FromDIP(352), -1));
|
||||
|
||||
m_tip4 = new Label(this, ::Label::Body_13, "Step 3: Ping the IP address to check for packet loss and latency.", LB_AUTO_WRAP);
|
||||
m_tip4 = new Label(this, ::Label::Body_13, _L("Step 3: Ping the IP address to check for packet loss and latency."), LB_AUTO_WRAP);
|
||||
m_tip4->SetMinSize(wxSize(FromDIP(352), -1));
|
||||
m_tip4->SetMaxSize(wxSize(FromDIP(352), -1));
|
||||
|
||||
@@ -1425,7 +1425,7 @@ void InputIpAddressDialog::on_ok(wxMouseEvent& evt)
|
||||
wxPostEvent(this, event);
|
||||
m_result = 0;
|
||||
|
||||
update_test_msg("IP and Access Code Verified! You may close the window", true);
|
||||
update_test_msg(_L("IP and Access Code Verified! You may close the window"), true);
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user