diff options
author | Chris <xchrisx@uber.space> | 2019-10-10 00:16:42 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-10-12 16:18:09 +0000 |
commit | 45f848f6d2f4468eb14a2884591ca08990607c97 (patch) | |
tree | 2561d56d4911823acc6944f97a6c9a8b8c654478 /kcontrol/hwmanager/hwdevicetray_main.cpp | |
parent | 752183c265003c18abd3d6f7babe9ec2fa214da3 (diff) | |
download | tdebase-45f848f6d2f4468eb14a2884591ca08990607c97.tar.gz tdebase-45f848f6d2f4468eb14a2884591ca08990607c97.zip |
Streamline device monitor naming scheme.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'kcontrol/hwmanager/hwdevicetray_main.cpp')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray_main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray_main.cpp b/kcontrol/hwmanager/hwdevicetray_main.cpp index 9aad857f9..dc0704d57 100644 --- a/kcontrol/hwmanager/hwdevicetray_main.cpp +++ b/kcontrol/hwmanager/hwdevicetray_main.cpp @@ -36,7 +36,8 @@ static const TDECmdLineOptions options[] = int main(int argc, char **argv) { - TDEAboutData aboutData("hwdevicetray", I18N_NOOP("Hardware Device Monitor"), hwdevicetrayVersion, I18N_NOOP("Hardware Device Monitor Tray Application"), TDEAboutData::License_GPL_V3, "(c) 2015 Timothy Pearson", 0L, ""); + TDEAboutData aboutData("hwdevicetray", I18N_NOOP("Device Monitor"), hwdevicetrayVersion, I18N_NOOP("Device Monitor Tray Application\n\nAllows you not only to get informations about hardware changes on your system,\nbut also to open and eject storage devices if possible."), TDEAboutData::License_GPL_V3, + "(c) 2015 Timothy Pearson\n(c) 2019 The Trinity Desktop Project", 0L, ""); aboutData.addAuthor("Timothy Pearson",I18N_NOOP("Initial developer and maintainer"), "kb9vqf@pearsoncomputing.net"); aboutData.setProductName("hwdevices/hwdevicetray"); TDEGlobal::locale()->setMainCatalogue("tdehwdevicetray"); |