From dd7861dbd765b6eb08c791913920aced2f2ddd83 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 14 Mar 2014 14:29:57 +0900 Subject: Updated "About TDE" dialog text. This relates to bug 2001. --- tdeui/tdeabouttde.cpp | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'tdeui/tdeabouttde.cpp') diff --git a/tdeui/tdeabouttde.cpp b/tdeui/tdeabouttde.cpp index d5f45c85a..aa065f297 100644 --- a/tdeui/tdeabouttde.cpp +++ b/tdeui/tdeabouttde.cpp @@ -32,14 +32,19 @@ TDEAboutKDE::TDEAboutKDE( TQWidget *parent, const char *name, bool modal ) parent, name, modal ) { const TQString text1 = i18n("" - "The Trinity Desktop Environment is a fork of the " + "The Trinity Desktop Environment was born as a fork of the " "K Desktop Environment version 3.5, which was originally written by the KDE Team, " "a world-wide network of software engineers committed to Free Software " - "development.

No single group, company or organization controls the " + "development. The name Trinity was chosen because the word means " + "Three as in continuation of KDE 3.
Since then, TDE has evolved to be " + "an indipendent and standalone computer desktop environment project. The developers " + "have molded the code to its own identity without giving up on the efficiency, " + "productivity and traditional user interface experience characteristic of the " + "original KDE 3 series.

No single group, company or organization controls the " "Trinity source code. Everyone is welcome to contribute to Trinity.

Visit http://www.trinitydesktop.org for more information " - "about Trinity, and http://www.kde.org " + "HREF=\"http://www.trinitydesktop.org\">http://www.trinitydesktop.org for more information " + "about Trinity, and http://www.kde.org " "for more information on the KDE project. "); const TQString text2 = i18n("" @@ -47,7 +52,7 @@ TDEAboutKDE::TDEAboutKDE( TQWidget *parent, const char *name, bool modal ) "do so. However, you - the user - must tell us when " "something does not work as expected or could be done better.

" "The Trinity Desktop Environment has a bug tracking system. Visit " - "http://bugs.pearsoncomputing.net or " + "http://bugs.pearsoncomputing.net or " "use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.

" "If you have a suggestion for improvement then you are welcome to use " "the bug tracking system to register your wish. Make sure you use the " @@ -59,22 +64,24 @@ TDEAboutKDE::TDEAboutKDE( TQWidget *parent, const char *name, bool modal ) "program interfaces. You can provide graphics, themes, sounds, and " "improved documentation. You decide!" "

" - "Visit " - "http://www.trinitydesktop.org/jobs/ " - "for information on some projects in which you can participate." + "Visit the " + "TDE Development " + "webpage to find out how you can contribute or mail us using one of the " + "available mailing lists." "

" "If you need more information or documentation, then a visit to " - "http://www.trinitydesktop.org/docs/ " + "http://www.trinitydesktop.org/docs " "will provide you with what you need."); + const TQString text4 = i18n("" - "Trinity is available free of charge, but making it is not free.

" - "

" - "The Trinity team does need financial support. Most of the money is used to " - "reimburse members and others on expenses they experienced when " - "contributing to Trinity. You are encouraged to support Trinity through a financial " - "donation, using one of the ways described at " + "TDE is available free of charge, but making it is not free.

" + "The Trinity team does need financial support. The money is used to " + "support the expenses incurred to keep the TDE servers running, so that you - " + "the user - can access them at any time. You are encouraged to support Trinity " + "through a financial or hardware donation, using one of the ways described at " "http://www.trinitydesktop.org/donate.php." "

Thank you very much in advance for your support!"); + setHelp( TQString::fromLatin1("khelpcenter/main.html"), TQString::null ); setTitle(i18n("Trinity Desktop Environment. Release %1"). arg(TQString::fromLatin1(TDE_VERSION_STRING)) ); -- cgit v1.2.1