diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-25 21:23:56 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-25 21:23:56 -0600 |
commit | 482fd74144cb8b4e18ce61a93510117b71d038a4 (patch) | |
tree | 1e5ce2020331661cd7c06f0dd954d58e085c4a36 /conduits | |
parent | 871fd6962d5a1dd4622685498875303622631f5f (diff) | |
download | kpilot-482fd74144cb8b4e18ce61a93510117b71d038a4.tar.gz kpilot-482fd74144cb8b4e18ce61a93510117b71d038a4.zip |
Fix branding in About dialog.
Diffstat (limited to 'conduits')
-rw-r--r-- | conduits/docconduit/kpalmdoc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/docconduit/kpalmdoc.cpp b/conduits/docconduit/kpalmdoc.cpp index 81bfdfd..53e6a6c 100644 --- a/conduits/docconduit/kpalmdoc.cpp +++ b/conduits/docconduit/kpalmdoc.cpp @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) { TDEAboutData about("converter", I18N_NOOP("KPalmDOC"), "-0.0.1", - "KPalmDOC - KDE Converter for PalmDOC texts.\n\n", + "KPalmDOC - TDE Converter for PalmDOC texts.\n\n", TDEAboutData::License_GPL, "(c) 2003, Reinhold Kainhofer"); about.addAuthor("Reinhold Kainhofer", I18N_NOOP("Main Developer"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com/Linux/"); |