summaryrefslogtreecommitdiffstats
path: root/kcontrol/hwmanager/hwmanager.cpp
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-10-09 23:47:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-11-03 16:31:34 +0100
commitcafb003b6dd157ecb1e68b1a378cae37714cdd0f (patch)
tree9a07a738603e6cc729cb08de8df7d6483beb9539 /kcontrol/hwmanager/hwmanager.cpp
parenta45b2eabbbe1e4179e7229a6927c4c746b53d722 (diff)
downloadtdebase-cafb003b6dd157ecb1e68b1a378cae37714cdd0f.tar.gz
tdebase-cafb003b6dd157ecb1e68b1a378cae37714cdd0f.zip
Streamline device manager naming scheme.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a8528d0066c6d71958b0c4c88819370c7ee4d6d0)
Diffstat (limited to 'kcontrol/hwmanager/hwmanager.cpp')
-rw-r--r--kcontrol/hwmanager/hwmanager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/hwmanager/hwmanager.cpp b/kcontrol/hwmanager/hwmanager.cpp
index a82daf1be..fbdc822c3 100644
--- a/kcontrol/hwmanager/hwmanager.cpp
+++ b/kcontrol/hwmanager/hwmanager.cpp
@@ -68,9 +68,9 @@ TDEHWManager::TDEHWManager(TQWidget *parent, const char *name, const TQStringLis
systemconfig = new KSimpleConfig( TQString::fromLatin1( KDE_CONFDIR "/tdehw/hwmanagerrc" ));
TDEAboutData *about =
- new TDEAboutData(I18N_NOOP("kcmhwmanager"), I18N_NOOP("TDE Hardware Device Manager"),
+ new TDEAboutData(I18N_NOOP("kcmhwmanager"), I18N_NOOP("TDE Device Manager\n\nCan be used to get all kind of informations about your devices on your system, shows which drivers are used by them and allows to change device settings."),
0, 0, TDEAboutData::License_GPL,
- I18N_NOOP("(c) 2012 Timothy Pearson"));
+ I18N_NOOP("(c) 2012 Timothy Pearson\n(c) 2019 The Trinity Desktop Project"));
about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
setAboutData( about );
@@ -80,7 +80,7 @@ TDEHWManager::TDEHWManager(TQWidget *parent, const char *name, const TQStringLis
base->deviceFilter->setListView(base->deviceTree);
- setRootOnlyMsg(i18n("<b>Hardware settings are system wide, and therefore require administrator access</b><br>To alter the system's hardware settings, click on the \"Administrator Mode\" button below."));
+ setRootOnlyMsg(i18n("<b>Device settings are system wide, and therefore require administrator access</b><br>To alter the system's device settings, click on the \"Administrator Mode\" button below."));
setUseRootOnlyMsg(true);
TDEHardwareDevices *hwdevices = TDEGlobal::hardwareDevices();
@@ -209,7 +209,7 @@ void TDEHWManager::deviceChanged(TDEGenericDevice* device) {
TQString TDEHWManager::quickHelp() const
{
- return i18n("<h1>TDE Hardware Device Manager</h1> This module allows you to configure hardware devices on your system");
+ return i18n("<h1>TDE Device Manager</h1> This module allows you to get all kind of informations about the devices on your system, the drivers which are used by them and to configure them as well.");
}
#include "hwmanager.moc"