mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
FIX: [STUDIO-2004] text in ConfigsOverwriteConfirmDialog
Change-Id: I98f2159ccf467782edb25d5cdfecd468e4346fe7
This commit is contained in:
@@ -2578,8 +2578,8 @@ struct ConfigsOverwriteConfirmDialog : MessageDialog
|
|||||||
{
|
{
|
||||||
ConfigsOverwriteConfirmDialog(wxWindow *parent, wxString name, bool exported)
|
ConfigsOverwriteConfirmDialog(wxWindow *parent, wxString name, bool exported)
|
||||||
: MessageDialog(parent,
|
: MessageDialog(parent,
|
||||||
wxString::Format(exported ? _("A file exists with the same name: %s, do you wan't to override it.") :
|
wxString::Format(exported ? _L("A file exists with the same name: %s, do you want to override it.") :
|
||||||
_("A config exists with the same name: %s, do you wan't to override it."),
|
_L("A config exists with the same name: %s, do you want to override it."),
|
||||||
name),
|
name),
|
||||||
_L(exported ? "Overwrite file" : "Overwrite config"),
|
_L(exported ? "Overwrite file" : "Overwrite config"),
|
||||||
wxYES_NO | wxNO_DEFAULT)
|
wxYES_NO | wxNO_DEFAULT)
|
||||||
|
|||||||
Reference in New Issue
Block a user