diff --git a/src/slic3r/GUI/HintNotification.cpp b/src/slic3r/GUI/HintNotification.cpp index 274c0a6168..14ebbc6a05 100644 --- a/src/slic3r/GUI/HintNotification.cpp +++ b/src/slic3r/GUI/HintNotification.cpp @@ -344,7 +344,7 @@ void HintDatabase::load_hints_from_file(const boost::filesystem::path& path) unescape_string_cstyle(dict["text"], fulltext); fulltext = _utf8(fulltext); #ifdef __APPLE__ - boost::replace_all(fulltext, "Ctrl", "Cmd"); + boost::replace_all(fulltext, "Ctrl+", "⌘"); #endif //__APPLE__ // replace and for imgui markers std::string marker_s(1, ImGui::ColorMarkerStart);