diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 16:36:29 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 16:36:29 -0500 |
commit | fedf37ec32c81f2b0c23ab39bb975172e9ae37c1 (patch) | |
tree | 8a4883650a75bc2bddd2930ce55575639b9f6e14 | |
parent | 8f79beaace9e28aa1bb8de78cdd01b7a756916f5 (diff) | |
download | amarok-fedf37ec32c81f2b0c23ab39bb975172e9ae37c1.tar.gz amarok-fedf37ec32c81f2b0c23ab39bb975172e9ae37c1.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
-rw-r--r-- | amarok/src/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/app.cpp b/amarok/src/app.cpp index 691d6263..16d682c7 100644 --- a/amarok/src/app.cpp +++ b/amarok/src/app.cpp @@ -119,7 +119,7 @@ appleEventProcessor(const AppleEvent *ae, AppleEvent *, long /*handlerRefCon*/) LIBAMAROK_EXPORT KAboutData aboutData( "amarok", I18N_NOOP( "Amarok" ), APP_VERSION, - I18N_NOOP( "The audio player for KDE" ), KAboutData::License_GPL, + I18N_NOOP( "The audio player for TDE" ), KAboutData::License_GPL, I18N_NOOP( "(C) 2002-2003, Mark Kretschmann\n(C) 2003-2007, The Amarok Development Squad\n(C) 2007-2011, The Trinity Desktop Project" ), I18N_NOOP( "IRC:\nirc.freenode.net - #amarok, #amarok.de, #amarok.es\n\nFeedback:\[email protected]\n\n(Build Date: " __DATE__ ")" ), ( "http://amarok.kde.org" ) ); |