diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 15:34:05 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 15:34:05 -0500 |
commit | 7e7c92da88f7017555e2bc1b4b278e60ec57ec04 (patch) | |
tree | dcc55100410c44d3c73b24296e2b35ea22637d67 /klinkstatus/src | |
parent | d2ad0f26f71d3ea7669beff00f686e83dcee2985 (diff) | |
download | tdewebdev-7e7c92da88f7017555e2bc1b4b278e60ec57ec04.tar.gz tdewebdev-7e7c92da88f7017555e2bc1b4b278e60ec57ec04.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'klinkstatus/src')
-rw-r--r-- | klinkstatus/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klinkstatus/src/main.cpp b/klinkstatus/src/main.cpp index e5f292f9..e8ec125a 100644 --- a/klinkstatus/src/main.cpp +++ b/klinkstatus/src/main.cpp @@ -31,7 +31,7 @@ using namespace std; static const char description[] = - I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the tdewebdev module from KDE."); + I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the tdewebdev module from TDE."); static const char version[] = "0.3.2"; |