mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX: update some translation
jira: [none] Change-Id: I0b6e14b78c26188b20d8303444ed294eee64dff2 (cherry picked from commit 3bef21933f60e3c813881232ef4fea44db56f395)
This commit is contained in:
@@ -152,9 +152,7 @@ void AMSSetting::create()
|
||||
// tip line
|
||||
m_sizer_remain_inline = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
m_tip_remain_line1 = new Label(m_panel_body,
|
||||
_L("The AMS will estimate Bambu filament's remaining capacity after the filament info is updated. During printing, remaining capacity will be updated automatically.")
|
||||
);
|
||||
m_tip_remain_line1 = new Label(m_panel_body, _L("AMS will attempt to estimate the remaining capacity of the Bambu Lab filaments."));
|
||||
m_tip_remain_line1->SetFont(::Label::Body_13);
|
||||
m_tip_remain_line1->SetForegroundColour(AMS_SETTING_GREY700);
|
||||
m_tip_remain_line1->SetSize(wxSize(AMS_SETTING_BODY_WIDTH, -1));
|
||||
|
||||
@@ -1970,7 +1970,8 @@ void AmsReplaceMaterialDialog::update_to_nozzle(int nozzle_id)
|
||||
}
|
||||
else
|
||||
{
|
||||
label_txt->SetLabelText(_L("If there are two identical filaments in AMS, AMS filament backup will be enabled. \n(Currently supporting automatic supply of consumables with the same brand, material type, and color)"));
|
||||
label_txt->SetLabelText(_L("When the current filament runs out, the printer will use identical filament to continue printing.\n"
|
||||
"*Identical filament: same brand, type and color."));
|
||||
}
|
||||
|
||||
label_txt->Wrap(FromDIP(380));
|
||||
|
||||
Reference in New Issue
Block a user