ENH: modify some sentences for translate

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6ba3de47566c73ee8d6f8f5f24c854b9599dc073
(cherry picked from commit f858d6c7a8509d3b798bca40cb07eb63ab6efcc0)
This commit is contained in:
xun.zhang
2024-12-24 20:16:36 +08:00
committed by Noisyfox
parent b2e587ce47
commit a91937a7f8
3 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ FilamentMapDialog::FilamentMapDialog(wxWindow *parent,
const std::vector<int> &filaments,
const FilamentMapMode mode,
bool show_default)
: wxDialog(parent, wxID_ANY, _L("Filament arrangement method of plate"), wxDefaultPosition, wxSize(2000, 1500))
: wxDialog(parent, wxID_ANY, _L("Filament arrangement method"), wxDefaultPosition, wxSize(2000, 1500))
, m_filament_color(filament_color)
, m_filament_map(filament_map)
{