diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:13:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:13:14 -0500 |
commit | 61f1204c22c7e5b5c8d350155ac241a68cec4f1f (patch) | |
tree | 0705e8c086053813958c566bdce3f3c6975a1534 /knetworkconf | |
parent | 774b239003bd05a7c7696170c758f19f503790af (diff) | |
download | tdeadmin-61f1204c22c7e5b5c8d350155ac241a68cec4f1f.tar.gz tdeadmin-61f1204c22c7e5b5c8d350155ac241a68cec4f1f.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/knetworkconf/knetworkconfigparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconfigparser.cpp b/knetworkconf/knetworkconf/knetworkconfigparser.cpp index 58583d2..1404838 100644 --- a/knetworkconf/knetworkconf/knetworkconfigparser.cpp +++ b/knetworkconf/knetworkconf/knetworkconfigparser.cpp @@ -38,7 +38,7 @@ void KNetworkConfigParser::runDetectionScript(TQString platform){ if (pathToProgram.isEmpty()) { KMessageBox::error(0, - i18n("Could not find the backend script for the network configuration detection. Something is wrong with your installation.\n Please check that \n{KDE_PATH}/%1 \nfile is present.").arg(BACKEND_PATH), + i18n("Could not find the backend script for the network configuration detection. Something is wrong with your installation.\n Please check that \n{TDE_PATH}/%1 \nfile is present.").arg(BACKEND_PATH), i18n("Could Not Find Network Configuration Backend Script")); dialog->close(); //kapp->quit(); |