mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-28 17:17:29 +08:00
localization: Fixed one phrase
This commit is contained in:
parent
75381af263
commit
e193a0e921
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user