mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 08:36:00 +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->set_status_text(_L("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
|
||||
init_tabpanel();
|
||||
|
Loading…
x
Reference in New Issue
Block a user