fix translation string

This commit is contained in:
remi durand 2021-05-28 01:56:51 +02:00
parent 3ed01dad9c
commit a98dd66aa1

View File

@ -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();