diff --git a/knetworkconf/README b/knetworkconf/README index db16fe9..a980140 100644 --- a/knetworkconf/README +++ b/knetworkconf/README @@ -7,7 +7,7 @@ http://www.merlinux.org/knetworkconf/ 1. Introduction -KNetworkConf is a TDE Control Center module to configure the Network +KNetworkConf is a Trinity Control Center module to configure the Network settings in a Linux machine. I developed it because I couldn't find any application to do this from within KDE, and I think this is a "must have" app for a serious Desktop Enviroment like KDE. diff --git a/knetworkconf/knetworkconf-mdk.spec b/knetworkconf/knetworkconf-mdk.spec index d2bb210..ccbbb87 100644 --- a/knetworkconf/knetworkconf-mdk.spec +++ b/knetworkconf/knetworkconf-mdk.spec @@ -3,7 +3,7 @@ %define release 1mdk #%define _unpackaged_files_terminate_build 0 -Summary: A TDE Control Center Module to configure Network settings. +Summary: A Trinity Control Center Module to configure Network settings. Name: %{name} Version: %{version} Release: %{release} @@ -16,7 +16,7 @@ Requires: %_bindir/tdesu Patch1: knetworkconf-0.6-fix-menu.patch.bz2 %description -KNetworkConf is a TDE Control Center module to configure the Network +KNetworkConf is a Trinity Control Center module to configure the Network settings in a Linux machine. I developed it because I couldn't find any application to do this from within KDE, and I think this is a "must have" app for a serious Desktop Enviroment like KDE. diff --git a/knetworkconf/knetworkconf.spec b/knetworkconf/knetworkconf.spec index e47e964..11b0d5c 100644 --- a/knetworkconf/knetworkconf.spec +++ b/knetworkconf/knetworkconf.spec @@ -25,7 +25,7 @@ like KDE. KNetworkConf can configure installed network devices (you can't add new ones for now), the default gateway,host and domain names, and add/remove DNS servers. This first version is a standalone -application, but the idea is to make it a TDE Control Center +application, but the idea is to make it a Trinity Control Center module and a KApplet to have a fast access to it from the KDE panel. diff --git a/knetworkconf/knetworkconf/version.h b/knetworkconf/knetworkconf/version.h index f4900dc..e130925 100644 --- a/knetworkconf/knetworkconf/version.h +++ b/knetworkconf/knetworkconf/version.h @@ -2,5 +2,5 @@ #define KNETWORKVERSION_H static const char *description = - I18N_NOOP("KNetworkConf - A TDE Control Center module to configure TCP/IP settings."); + I18N_NOOP("KNetworkConf - A Trinity Control Center module to configure TCP/IP settings."); #endif