summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-11-03 16:50:47 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-11-03 17:55:38 +0000
commitadad93babb2674cc51054651452cbce67d83673e (patch)
tree7b31665cc4ef6a4aacd21a5e1670d707fb5ba32f
parenta5c5c20c5695f0189d48b464d36bbd48f0c7621e (diff)
downloadtdebase-adad93babb2674cc51054651452cbce67d83673e.tar.gz
tdebase-adad93babb2674cc51054651452cbce67d83673e.zip
Improve tree view meaning in KSysGuard.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--ksysguard/gui/SensorDisplayLib/ProcessController.cc2
1 files changed, 1 insertions, 1 deletions
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)),