diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 16:10:33 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 16:10:33 -0500 |
commit | 16bace6a3b5dc0d8306ab518ea02c43200a62d50 (patch) | |
tree | d6521e58c0cfe4ad80b3fd9762092d1799022ade /src | |
parent | b058ff9a2d45d256a9c777076eba74d31e5805f9 (diff) | |
download | kpicosim-16bace6a3b5dc0d8306ab518ea02c43200a62d50.tar.gz kpicosim-16bace6a3b5dc0d8306ab518ea02c43200a62d50.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'src')
-rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2ab2fce..11c047a 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ #include <klocale.h> static const char description[] = - I18N_NOOP("A KDE KPart Application"); + I18N_NOOP("A TDE KPart Application"); static const char version[] = "0.1"; |