summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-05-10 16:27:49 -0500
committerDarrell Anderson <[email protected]>2012-05-10 16:27:49 -0500
commit4f2f6b808e408a1fd931d005d7ac3bee0ab821e0 (patch)
treea36129f8751b8d0646581b3099772bb323fb16b2 /src
parent2ce1bbfa2ab290ff1062e278391c2d312755c1f7 (diff)
downloadkile-4f2f6b808e408a1fd931d005d7ac3bee0ab821e0.tar.gz
kile-4f2f6b808e408a1fd931d005d7ac3bee0ab821e0.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'src')
-rw-r--r--src/kile/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/main.cpp b/src/kile/main.cpp
index 70621da..4806733 100644
--- a/src/kile/main.cpp
+++ b/src/kile/main.cpp
@@ -73,7 +73,7 @@ TQString completePath(const TQString &path)
int main( int argc, char ** argv )
{
- KAboutData aboutData( "kile", "Kile", kileFullVersion.ascii(), I18N_NOOP("KDE Integrated LaTeX Environment"), KAboutData::License_GPL,
+ KAboutData aboutData( "kile", "Kile", kileFullVersion.ascii(), I18N_NOOP("TDE Integrated LaTeX Environment"), KAboutData::License_GPL,
I18N_NOOP("by the Kile Team (2003 - 2008)"),
0,
"http://kile.sourceforge.net");