[education/rkward] rkward/dialogs: rkward/dialogs/rksetupwizard.cpp (RBackendStatusWidget::update) : Fix typo in statustext message.
Oliver Kellogg
null at kde.org
Sun Jun 9 04:54:45 BST 2024
Git commit 33fb1a3ff0b31c9d1382c5ded5e6ee9d60a6252f by Oliver Kellogg.
Committed on 09/06/2024 at 03:54.
Pushed by okellogg into branch 'master'.
rkward/dialogs/rksetupwizard.cpp (RBackendStatusWidget::update) : Fix typo in statustext message.
M +1 -1 rkward/dialogs/rksetupwizard.cpp
https://invent.kde.org/education/rkward/-/commit/33fb1a3ff0b31c9d1382c5ded5e6ee9d60a6252f
diff --git a/rkward/dialogs/rksetupwizard.cpp b/rkward/dialogs/rksetupwizard.cpp
index f5a8fd26d..afe84336c 100644
--- a/rkward/dialogs/rksetupwizard.cpp
+++ b/rkward/dialogs/rksetupwizard.cpp
@@ -146,7 +146,7 @@ public:
rstatus_icon->setPixmap(iconForStatus(RKSetupWizardItem::Warning));
statustext.append(i18n("<p>You are using the R version bundled inside the RKWard AppImage.</p>"
"<p>This version comes with several technical limitations. Importantly, "
- "yu will not be able to install most R addon packages. "
+ "you will not be able to install most R addon packages. "
"In general, it is therefore recommended to select a system-installed "
"version of R, instead, below.</p>"));
} else {
More information about the rkward-tracker
mailing list