mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 08:28:42 +03:00
Fix bug
This commit is contained in:
@@ -1480,7 +1480,7 @@ PageDownloader::PageDownloader(ConfigWizard* parent)
|
||||
|
||||
const wxString link = format_wxstr("<a href = \"%1%\">%1%</a>", "qidi3d.com");
|
||||
|
||||
const wxString main_text = format_wxstr(_L("You can get more information about the printer from the %1% "
|
||||
const wxString main_text = format_wxstr(_L("You can get more information about the printer and %2% from the %1%."
|
||||
), link, SLIC3R_APP_NAME);
|
||||
|
||||
const wxFont& font = this->GetFont();
|
||||
|
||||
Reference in New Issue
Block a user