summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 20:50:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 20:50:25 +0900
commitc6d654545c343995efc9587cbafeef20234131c7 (patch)
treeb628a7a0cd6226e4601bd2fb964e734b624a4923
parent2e0557775161938c7337d0e7f5be2b8fa57750b3 (diff)
downloadtdeadmin-c6d654545c343995efc9587cbafeef20234131c7.tar.gz
tdeadmin-c6d654545c343995efc9587cbafeef20234131c7.zip
Rebranding: TDE Control Center --> Trinity Control Center
-rw-r--r--knetworkconf/README2
-rw-r--r--knetworkconf/knetworkconf-mdk.spec4
-rw-r--r--knetworkconf/knetworkconf.spec2
-rw-r--r--knetworkconf/knetworkconf/version.h2
4 files changed, 5 insertions, 5 deletions
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