From a0ae9f118c27edbb5357a8517863ba5602c9c919 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 3 Nov 2019 16:50:47 +0100 Subject: Improve tree view meaning in KSysGuard. Signed-off-by: Chris (cherry picked from commit adad93babb2674cc51054651452cbce67d83673e) --- ksysguard/gui/SensorDisplayLib/ProcessController.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksysguard/gui/SensorDisplayLib/ProcessController.cc b/ksysguard/gui/SensorDisplayLib/ProcessController.cc index 8daaeacf7..91851d113 100644 --- a/ksysguard/gui/SensorDisplayLib/ProcessController.cc +++ b/ksysguard/gui/SensorDisplayLib/ProcessController.cc @@ -100,7 +100,7 @@ ProcessController::ProcessController(TQWidget* parent, const char* name, const T cbFilter->insertItem(i18n("Own Processes"), 3); cbFilter->setMinimumSize(cbFilter->sizeHint()); // Create the check box to switch between tree view and list view. - xbTreeView = new TQCheckBox(i18n("&Tree"), this, "xbTreeView"); + xbTreeView = new TQCheckBox(i18n("&Tree View"), this, "xbTreeView"); TQ_CHECK_PTR(xbTreeView); xbTreeView->setMinimumSize(xbTreeView->sizeHint()); connect(xbTreeView, TQT_SIGNAL(toggled(bool)), -- cgit v1.2.1