Changed prompt text

This commit is contained in:
Émeryc
2023-07-16 17:29:46 -04:00
parent 439e104c86
commit a01dc595ec
2 changed files with 2 additions and 2 deletions

View File

@@ -429,7 +429,7 @@ void EditorSelectionPanel::DrawWrenScriptPanel(Ref<Nuake::WrenScript> wrenFile)
ImGui::Text("Content");
ImGui::SameLine(ImGui::GetWindowWidth()-90);
if(ImGui::Button("Open In..."))
if(ImGui::Button("Open..."))
{
Nuake::OS::OpenIn(filePath);
}

View File

@@ -185,7 +185,7 @@ namespace Nuake
{
ImGui::Separator();
if(ImGui::MenuItem("Open In..."))
if(ImGui::MenuItem("Open..."))
{
OS::OpenIn(file->GetAbsolutePath());
}