mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 15:35:51 +08:00
fix translation string
This commit is contained in:
parent
3ed01dad9c
commit
a98dd66aa1
@ -150,7 +150,7 @@ DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_S
|
|||||||
m_statusbar->embed(this);
|
m_statusbar->embed(this);
|
||||||
m_statusbar->set_status_text(_L("Version") + " " +
|
m_statusbar->set_status_text(_L("Version") + " " +
|
||||||
SLIC3R_VERSION + " " +
|
SLIC3R_VERSION + " " +
|
||||||
_L("Remember to check for updates at " SLIC3R_DOWNLOAD));
|
_L("Remember to check for updates at") + " " + SLIC3R_DOWNLOAD);
|
||||||
|
|
||||||
// initialize tabpanel and menubar
|
// initialize tabpanel and menubar
|
||||||
init_tabpanel();
|
init_tabpanel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user