[education/rkward] rkward/settings: Fix minor typo

Yuri Chornoivan null at kde.org
Sat May 7 06:29:32 BST 2022


Git commit e22a4a2a7a105689ea2c05059de8aa33ea8d1110 by Yuri Chornoivan.
Committed on 07/05/2022 at 05:29.
Pushed by yurchor into branch 'master'.

Fix minor typo

M  +1    -1    rkward/settings/rksettingsmoduler.cpp

https://invent.kde.org/education/rkward/commit/e22a4a2a7a105689ea2c05059de8aa33ea8d1110

diff --git a/rkward/settings/rksettingsmoduler.cpp b/rkward/settings/rksettingsmoduler.cpp
index 233656c3..f4d01a9a 100755
--- a/rkward/settings/rksettingsmoduler.cpp
+++ b/rkward/settings/rksettingsmoduler.cpp
@@ -348,7 +348,7 @@ RKSettingsModuleRPackages::RKSettingsModuleRPackages (RKSettings *gui, QWidget *
 	hbox = new QHBoxLayout();
 	main_vbox->addLayout(hbox);
 	auto button = new QPushButton(i18n("Install from git"));
-	auto label = RKCommonFunctions::wordWrappedLabel(i18n("Some add-on packages are not available in the CRAN repository, but can be installed from development repositories. Use the button \"%1\", to install such pacakges, comfortably.", button->text()));
+	auto label = RKCommonFunctions::wordWrappedLabel(i18n("Some add-on packages are not available in the CRAN repository, but can be installed from development repositories. Use the button \"%1\", to install such packages, comfortably.", button->text()));
 	hbox->addWidget(label);
 	hbox->setStretchFactor(label, 2);
 	connect(button, &QPushButton::clicked, this, []() { RKComponentMap::getMap()->invokeComponent("rkward::install_from_git", QStringList()); });


More information about the rkward-tracker mailing list