[education/rkward] rkward/settings: Shorten label to help layout

Thomas Friedrichsmeier null at kde.org
Sun Feb 1 15:58:14 GMT 2026


Git commit 3cf1c55ea918686afdf38e57112b3e1accc5aaa2 by Thomas Friedrichsmeier.
Committed on 01/02/2026 at 15:51.
Pushed by tfry into branch 'master'.

Shorten label to help layout

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

https://invent.kde.org/education/rkward/-/commit/3cf1c55ea918686afdf38e57112b3e1accc5aaa2

diff --git a/rkward/settings/rksettingsmodulegeneral.cpp b/rkward/settings/rksettingsmodulegeneral.cpp
index 4d6e48fbf..2ebdf6211 100644
--- a/rkward/settings/rksettingsmodulegeneral.cpp
+++ b/rkward/settings/rksettingsmodulegeneral.cpp
@@ -98,7 +98,7 @@ class RKSettingsPageGeneral : public RKSettingsModuleWidget {
 
 		main_vbox->addSpacing(2 * RKStyle::spacingHint());
 
-		main_vbox->addWidget(RKCommonFunctions::wordWrappedLabel(i18n("The workplace layout (i.e. which script-, data-, help-windows are open) may be saved (and loaded) per R workspace, or independent of the R workspace. Which do you prefer?")));
+		main_vbox->addWidget(RKCommonFunctions::wordWrappedLabel(i18n("Persistent workplace layout (i.e. which script-, data-, help-windows are open)")));
 
 		auto radio_box = new RKRadioGroup();
 		workplace_save_chooser = radio_box->group();


More information about the rkward-tracker mailing list