diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:44:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:44:21 -0500 |
commit | 4f24944314ddf35eca50330ebc4e7e995bacded7 (patch) | |
tree | 0a1fb3a696a2707abb3e0de1b691a351fef5ba01 /kdepasswd/kdepasswd.cpp | |
parent | dd4d06325183e7f0183584919b2b895e3bad25b0 (diff) | |
download | tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kdepasswd/kdepasswd.cpp')
-rw-r--r-- | kdepasswd/kdepasswd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdepasswd/kdepasswd.cpp b/kdepasswd/kdepasswd.cpp index 38638c288..6855b245d 100644 --- a/kdepasswd/kdepasswd.cpp +++ b/kdepasswd/kdepasswd.cpp @@ -28,7 +28,7 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData aboutData("kdepasswd", I18N_NOOP("KDE passwd"), + KAboutData aboutData("kdepasswd", I18N_NOOP("TDE passwd"), VERSION, I18N_NOOP("Changes a UNIX password."), KAboutData::License_Artistic, "Copyright (c) 2000 Geert Jansen"); aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"), |