diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:29:04 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:29:04 -0500 |
commit | 7e09b42fdafa2866cfd8df581a7de30fbe7bd98e (patch) | |
tree | 18b3a1dde2b87324817ccaa6906735dfb5fa5baf /kdf | |
parent | 89dd30d307cd1cb524545dbd0e26af7b724f353f (diff) | |
download | tdeutils-7e09b42fdafa2866cfd8df581a7de30fbe7bd98e.tar.gz tdeutils-7e09b42fdafa2866cfd8df581a7de30fbe7bd98e.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kdf')
-rw-r--r-- | kdf/kdf.cpp | 2 | ||||
-rw-r--r-- | kdf/kwikdisk.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kdf/kdf.cpp b/kdf/kdf.cpp index fc90b78..49c1b5a 100644 --- a/kdf/kdf.cpp +++ b/kdf/kdf.cpp @@ -30,7 +30,7 @@ #include <kpopupmenu.h> static const char description[] = - I18N_NOOP("KDE free disk space utility"); + I18N_NOOP("TDE free disk space utility"); static const char version[] = "v0.5"; diff --git a/kdf/kwikdisk.cpp b/kdf/kwikdisk.cpp index b8963e3..a28d047 100644 --- a/kdf/kwikdisk.cpp +++ b/kdf/kwikdisk.cpp @@ -45,7 +45,7 @@ #include <krun.h> static const char description[] = - I18N_NOOP("KDE Free disk space utility"); + I18N_NOOP("TDE Free disk space utility"); static const char version[] = "0.2"; @@ -326,8 +326,8 @@ int main(int argc, char **argv) 0, 0, "Stanislav.Karchebny@kdemail.net"); about.addAuthor( "Michael Kropfberger", I18N_NOOP("Original author"), "michael.kropfberger@gmx.net" ); - about.addAuthor( "Espen Sand", I18N_NOOP("KDE 2 changes"), "" ); - about.addAuthor( "Stanislav Karchebny", I18N_NOOP("KDE 3 changes"), + about.addAuthor( "Espen Sand", I18N_NOOP("TDE 2 changes"), "" ); + about.addAuthor( "Stanislav Karchebny", I18N_NOOP("TDE 3 changes"), "Stanislav.Karchebny@kdemail.net" ); KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::addCmdLineOptions( options ); |