mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
ENH: add translation for choose color dialog
Change-Id: Ic59286939fcf5a9905950c249ee3e9b03a55398e Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
fc25754c2c
commit
365eacc7cf
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue