ENH: add translation for choose color dialog

Change-Id: Ic59286939fcf5a9905950c249ee3e9b03a55398e
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-03-06 10:15:39 +08:00 committed by Lane.Wei
parent fc25754c2c
commit 365eacc7cf

View file

@ -691,7 +691,7 @@ PlaterPresetComboBox::PlaterPresetComboBox(wxWindow *parent, Preset::Type preset
m_clrData.SetChooseAlpha(false);
wxColourDialog dialog(this, &m_clrData);
dialog.SetTitle("Please choose the filament colour");
dialog.SetTitle(_L("Please choose the filament colour"));
if ( dialog.ShowModal() == wxID_OK )
{
m_clrData = dialog.GetColourData();