mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
localization: Fixed one phrase
This commit is contained in:
parent
75381af263
commit
e193a0e921
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ void NotificationManager::ExportFinishedNotification::render_eject_button(ImGuiW
|
||||||
if (m_hover_time > 0 && m_hover_time < time_now) {
|
if (m_hover_time > 0 && m_hover_time < time_now) {
|
||||||
ImGui::PushStyleColor(ImGuiCol_PopupBg, ImGuiWrapper::COL_WINDOW_BACKGROUND);
|
ImGui::PushStyleColor(ImGuiCol_PopupBg, ImGuiWrapper::COL_WINDOW_BACKGROUND);
|
||||||
ImGui::BeginTooltip();
|
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::EndTooltip();
|
||||||
ImGui::PopStyleColor();
|
ImGui::PopStyleColor();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue