mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 10:45:55 +08:00
Fixed typo in a tooltip
This commit is contained in:
parent
8fe827b052
commit
6bd9c50c7a
@ -1624,7 +1624,7 @@ void DiffPresetDialog::create_edit_sizer()
|
|||||||
{
|
{
|
||||||
// Add check box for the edit mode
|
// Add check box for the edit mode
|
||||||
m_use_for_transfer = new wxCheckBox(this, wxID_ANY, _L("Transfer values from left to right"));
|
m_use_for_transfer = new wxCheckBox(this, wxID_ANY, _L("Transfer values from left to right"));
|
||||||
m_use_for_transfer->SetToolTip(_L("If enabled, this dialog can be used for transver selected values from left to right preset."));
|
m_use_for_transfer->SetToolTip(_L("If checked, this dialog can be used for transferring selected values from the preset on the left to the preset on the right."));
|
||||||
m_use_for_transfer->Bind(wxEVT_CHECKBOX, [this](wxCommandEvent&) {
|
m_use_for_transfer->Bind(wxEVT_CHECKBOX, [this](wxCommandEvent&) {
|
||||||
bool use = m_use_for_transfer->GetValue();
|
bool use = m_use_for_transfer->GetValue();
|
||||||
m_tree->GetColumn(DiffModel::colToggle)->SetHidden(!use);
|
m_tree->GetColumn(DiffModel::colToggle)->SetHidden(!use);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user