From fff50785e5fbdc92bd8930c0818f43c5cb07394e Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Tue, 5 May 2026 06:27:39 -0500 Subject: [PATCH] Small rewording. --- src/SeerGdbMonitorWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SeerGdbMonitorWidget.cpp b/src/SeerGdbMonitorWidget.cpp index ddb0882..8fe4dff 100644 --- a/src/SeerGdbMonitorWidget.cpp +++ b/src/SeerGdbMonitorWidget.cpp @@ -91,7 +91,7 @@ void SeerGdbMonitorWidget::handleCommandLineEdit () { monitorCommandLineEdit->clear(); - textEdit->appendPlainText("(gdbmonitor) " + command); + textEdit->appendPlainText("(monitor) " + command); emit executeGdbMonitorCommand(_monitorId, command); }