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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-12-22 19:24:29 +0300
committerYuSanka <yusanka@gmail.com>2020-12-22 19:24:29 +0300
commite193a0e9218d586337403e62337c4336e8e16675 (patch)
treeb3f4b427720b854ea494dc0033eee4e703c9462c /src/slic3r/GUI/NotificationManager.cpp
parent75381af2634018e648a374772e1862728a91e1d8 (diff)
localization: Fixed one phrase
Diffstat (limited to 'src/slic3r/GUI/NotificationManager.cpp')
-rw-r--r--src/slic3r/GUI/NotificationManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/NotificationManager.cpp b/src/slic3r/GUI/NotificationManager.cpp
index abb2d6115..410990ef7 100644
--- a/src/slic3r/GUI/NotificationManager.cpp
+++ b/src/slic3r/GUI/NotificationManager.cpp
@@ -947,7 +947,7 @@ void NotificationManager::ExportFinishedNotification::render_eject_button(ImGuiW
if (m_hover_time > 0 && m_hover_time < time_now) {
ImGui::PushStyleColor(ImGuiCol_PopupBg, ImGuiWrapper::COL_WINDOW_BACKGROUND);
ImGui::BeginTooltip();
- imgui.text(_u8L("Eject drive ") + GUI::shortkey_ctrl_prefix() + "T");
+ imgui.text(_u8L("Eject drive") + " " + GUI::shortkey_ctrl_prefix() + "T");
ImGui::EndTooltip();
ImGui::PopStyleColor();
}