diff options
-rw-r--r-- | knetworkconf/knetworkconf/knetworkconfigparser.cpp | 2 | ||||
-rw-r--r-- | kuser/main.cpp | 2 |
2 files changed, 2 insertions, 2 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(); diff --git a/kuser/main.cpp b/kuser/main.cpp index a990b1b..364f8a9 100644 --- a/kuser/main.cpp +++ b/kuser/main.cpp @@ -58,7 +58,7 @@ int main(int argc, char **argv) mw = new mainWidget("kuser"); a.setMainWidget(mw); - mw->setCaption(i18n("KDE User Manager")); + mw->setCaption(i18n("TDE User Manager")); mw->show(); a.exec(); |