From a98dd66aa145a4043ec1402312b21ace6d600692 Mon Sep 17 00:00:00 2001 From: remi durand Date: Fri, 28 May 2021 01:56:51 +0200 Subject: [PATCH] fix translation string --- src/slic3r/GUI/MainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/MainFrame.cpp b/src/slic3r/GUI/MainFrame.cpp index a53322914..8bd4a56b7 100644 --- a/src/slic3r/GUI/MainFrame.cpp +++ b/src/slic3r/GUI/MainFrame.cpp @@ -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();