[education/rkward] rkward/rbackend: Remove extra parenthesis

Yuri Chornoivan null at kde.org
Thu Mar 10 08:59:09 GMT 2022


Git commit 11c14b29268195c40134d7aa8798a9f3d8199d67 by Yuri Chornoivan.
Committed on 10/03/2022 at 08:58.
Pushed by yurchor into branch 'master'.

Remove extra parenthesis

M  +1    -1    rkward/rbackend/rkrinterface.cpp

https://invent.kde.org/education/rkward/commit/11c14b29268195c40134d7aa8798a9f3d8199d67

diff --git a/rkward/rbackend/rkrinterface.cpp b/rkward/rbackend/rkrinterface.cpp
index 6bacdbe9..310c00ab 100644
--- a/rkward/rbackend/rkrinterface.cpp
+++ b/rkward/rbackend/rkrinterface.cpp
@@ -645,7 +645,7 @@ GenericRRequestResult RInterface::processPlainGenericRequest(const QStringList &
 			command_logfile.close ();
 		} else {
 			if (command_logfile_mode != NotRecordingCommands) {
-				return GenericRRequestResult(QVariant(), i18n("Attempt to start recording, while already recording commands. Ignoring.)"));
+				return GenericRRequestResult(QVariant(), i18n("Attempt to start recording, while already recording commands. Ignoring."));
 			} else {
 				command_logfile.setFileName (filename);
 				bool ok = command_logfile.open (QIODevice::WriteOnly | QIODevice::Truncate);


More information about the rkward-tracker mailing list