[education/rkward] rkward/dialogs: Fix minor typo
Yuri Chornoivan
null at kde.org
Fri Apr 29 06:35:32 BST 2022
Git commit 18875680ae49613df1c761f1d8421c00a3c02d75 by Yuri Chornoivan.
Committed on 29/04/2022 at 05:35.
Pushed by yurchor into branch 'master'.
Fix minor typo
M +1 -1 rkward/dialogs/rkimportdialog.cpp
https://invent.kde.org/education/rkward/commit/18875680ae49613df1c761f1d8421c00a3c02d75
diff --git a/rkward/dialogs/rkimportdialog.cpp b/rkward/dialogs/rkimportdialog.cpp
index 5c1128b1..ec2e4038 100644
--- a/rkward/dialogs/rkimportdialog.cpp
+++ b/rkward/dialogs/rkimportdialog.cpp
@@ -77,7 +77,7 @@ RKImportDialog::RKImportDialog(const QString &context_id, QWidget *parent) : KAs
page = new QWidget();
layout = new QVBoxLayout(page);
- layout->addWidget(RKCommonFunctions::wordWrappedLabel(i18n("The 'rio' package offers generic support for importing many different file formats, but requires a number of additional R pacakges to be installed (you will be prompted for missing packages). Do you want to give that a try?")));
+ layout->addWidget(RKCommonFunctions::wordWrappedLabel(i18n("The 'rio' package offers generic support for importing many different file formats, but requires a number of additional R packages to be installed (you will be prompted for missing packages). Do you want to give that a try?")));
if (!rio_handle) {
auto w = new KMessageWidget(i18n("The generic import plugin (shipped with RKWard) is not presently loaded. Check your settings."));
w->setMessageType(KMessageWidget::Warning);
More information about the rkward-tracker
mailing list