diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:11:50 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:11:50 -0500 |
commit | d1edaaef86da566eab71596f73ddba9128c12b23 (patch) | |
tree | e49da7ba7ee8cb1a71bc63d585076cd4f72cd53c /kmplot | |
parent | fff01ac84c1d49a9832e7ba09cc55c668dfd3911 (diff) | |
download | tdeedu-d1edaaef86da566eab71596f73ddba9128c12b23.tar.gz tdeedu-d1edaaef86da566eab71596f73ddba9128c12b23.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/main.cpp b/kmplot/kmplot/main.cpp index 3b96b884..b9d40a5a 100644 --- a/kmplot/kmplot/main.cpp +++ b/kmplot/kmplot/main.cpp @@ -40,7 +40,7 @@ static const char description[] = - I18N_NOOP( "Mathematical function plotter for KDE" ); + I18N_NOOP( "Mathematical function plotter for TDE" ); static KCmdLineOptions options[] = { |