diff options
author | Chris <xchrisx@uber.space> | 2019-07-12 00:36:34 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-13 05:38:33 +0000 |
commit | e53c04d5d3f91cc4857d647d0a39c350a1c9eed7 (patch) | |
tree | d0db57f7d60eaaca6abb7a642fe54a6f6f0b86ca /tdeui | |
parent | 894e9e5e87f9f315040ac8cf1d30f9ea34931df8 (diff) | |
download | tdelibs-e53c04d5d3f91cc4857d647d0a39c350a1c9eed7.tar.gz tdelibs-e53c04d5d3f91cc4857d647d0a39c350a1c9eed7.zip |
Update and promote new TDE websites, replace branding and do slight refactoring.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/tdeabouttde.cpp | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tdeui/tdeabouttde.cpp b/tdeui/tdeabouttde.cpp index d52165fe5..64d9fa95b 100644 --- a/tdeui/tdeabouttde.cpp +++ b/tdeui/tdeabouttde.cpp @@ -32,55 +32,55 @@ TDEAboutKDE::TDEAboutKDE( TQWidget *parent, const char *name, bool modal ) parent, name, modal ) { const TQString text1 = i18n("" - "The <b>Trinity Desktop Environment</b> was born as a fork of the " + "<p>The <b>Trinity Desktop Environment</b> 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 <a " "href=\"http://www.gnu.org/philosophy/free-sw.html\">Free Software</a> " "development. The name <i>Trinity</i> was chosen because the word means " - "<i>Three</i> as in <i>continuation of KDE 3</i>.<br><br>Since then, TDE has evolved to " + "<i>Three</i> as in <i>continuation of KDE 3</i>.</p><p>Since then, TDE has evolved to " "be an independent 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.<br><br>No single group, company or organization controls the " - "Trinity source code. Everyone is welcome to contribute to Trinity.<br><br>Visit <A " - "HREF=\"http://www.trinitydesktop.org\">http://www.trinitydesktop.org</A> for more information " - "about Trinity, and <A HREF=\"http://www.kde.org\">http://www.kde.org</A> " - "for more information on the KDE project. "); + "original KDE 3 series.</p><p>No single group, company or organization controls the " + "Trinity source code. Everyone is welcome to contribute to Trinity.<br><br>Visit <a " + "href=\"http://www.trinitydesktop.org\">http://www.trinitydesktop.org</a> for more information " + "about Trinity, and <a href=\"http://www.kde.org\">http://www.kde.org</a> " + "for more information on the KDE project.</p>"); const TQString text2 = i18n("" - "Software can always be improved, and the Trinity Team is ready to " + "<p>Software can always be improved, and the Trinity Team is ready to " "do so. However, you - the user - must tell us when " - "something does not work as expected or could be done better.<br><br>" + "something does not work as expected or could be done better.</p><p>" "The Trinity Desktop Environment has a bug tracking system. Visit " "<a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a> or " - "use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.<br><br>" + "use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.</p><p>" "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 " - "severity called \"Wishlist\"." ); + "severity called \"Wishlist\".</p>" ); const TQString text3 = i18n("" - "You do not have to be a software developer to be a member of the " + "<p>You do not have to be a software developer to be a member of the " "Trinity team. You can join the national teams that translate " "program interfaces. You can provide graphics, themes, sounds, and " "improved documentation. You decide!" - "<br><br>" + "</p><p>" "Visit the " - "<A HREF=\"http://www.trinitydesktop.org/jobs\">TDE Development</A> " - "webpage to find out how you can contribute or mail us using one of the " - "available <A HREF=\"http://www.trinitydesktop.org/mailinglist.php\">mailing lists</A>." - "<br><br>" + "<a href=\"https://wiki.trinitydesktop.org/TDE_Gitea_Workspace\">TDE Gitea Workspace (TGW)</a> " + "to find out how you can contribute or mail us using one of the " + "available <a href=\"http://www.trinitydesktop.org/mailinglist.php\">mailing lists</a>." + "</p><p>" "If you need more information or documentation, then a visit to " - "<A HREF=\"http://www.trinitydesktop.org/docs\">http://www.trinitydesktop.org/docs</A> " - "will provide you with what you need."); + "<a href=\"http://www.trinitydesktop.org/docs\">http://www.trinitydesktop.org/docs</a> " + "will provide you with what you need.</p>"); const TQString text4 = i18n("" - "TDE is available free of charge, but making it is not free.<br><br>" + "<p>TDE is available free of charge, but making it is not free.</p><p>" "The Trinity team <i>does need</i> 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 " "<a href=\"http://www.trinitydesktop.org/donate.php\">http://www.trinitydesktop.org/donate.php</a>." - "<br><br>Thank you very much in advance for your support!"); + "</p><p>Thank you very much in advance for your support!</p>"); setHelp( TQString::fromLatin1("khelpcenter/main.html"), TQString::null ); setTitle(i18n("Trinity Desktop Environment. Release %1"). |