Fix translation
This commit is contained in:
parent
9bfd03fef3
commit
934a79cba2
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ void GLGizmoEmboss::draw_style_rename_button()
|
|||
ImGui::OpenPopup(popup_id);
|
||||
}
|
||||
else if (ImGui::IsItemHovered()) {
|
||||
if (can_rename) ImGui::SetTooltip("%s", _u8L("Rename actual style.").c_str());
|
||||
if (can_rename) ImGui::SetTooltip("%s", _u8L("Rename current style.").c_str());
|
||||
else ImGui::SetTooltip("%s", _u8L("Can't rename temporary style.").c_str());
|
||||
}
|
||||
if (ImGui::BeginPopupModal(popup_id, 0, ImGuiWindowFlags_AlwaysAutoResize)) {
|
||||
|
|
Loading…
Reference in a new issue