Skip to content

Commit

Permalink
Remove extra period
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 28, 2025
1 parent b510fda commit 2fda700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ void Application::manage_command(
);
} else {
std::string message = "Failed to close " +
std::string(selected) + "!. It may not be running.";
std::string(selected) + "! It may not be running.";

MessageBox(
app->hwnd,
Expand Down

0 comments on commit 2fda700

Please sign in to comment.