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

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