Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2020-02-27 16:11:20 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-02-27 16:11:20 +0300
commitabca180f9f141812c322da6032d133da013a554a (patch)
tree5dd445ddc889944cf301eaf76a3ef0d6ad8c7133 /src/slic3r/GUI/BedShapeDialog.cpp
parentb4d0d9610e23ad46b9f4ad6b32467f527611aa71 (diff)
More polishing of translations
Diffstat (limited to 'src/slic3r/GUI/BedShapeDialog.cpp')
-rw-r--r--src/slic3r/GUI/BedShapeDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/BedShapeDialog.cpp b/src/slic3r/GUI/BedShapeDialog.cpp
index 44f5e6021..58c76fe26 100644
--- a/src/slic3r/GUI/BedShapeDialog.cpp
+++ b/src/slic3r/GUI/BedShapeDialog.cpp
@@ -220,7 +220,7 @@ wxPanel* BedShapePanel::init_texture_panel()
if (m_custom_texture != NONE)
{
if (!exists)
- tooltip_text += _(L("Not found: "));
+ tooltip_text += _(L("Not found:")) + " ";
tooltip_text += _(m_custom_texture);
}
@@ -299,7 +299,7 @@ wxPanel* BedShapePanel::init_model_panel()
if (m_custom_model != NONE)
{
if (!exists)
- tooltip_text += _(L("Not found: "));
+ tooltip_text += _(L("Not found:")) + " ";
tooltip_text += _(m_custom_model);
}