diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-12 21:56:16 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-28 02:54:18 +0200 |
commit | 54b42f6652bf65ce3eb1c334188d2788e7f73892 (patch) | |
tree | 242c71c5539f8d2566681faf7a592f7a0cf69449 | |
parent | fcb69dca96254668246966261ed53c3146c61ba5 (diff) | |
download | digikam-54b42f6652bf65ce3eb1c334188d2788e7f73892.tar.gz digikam-54b42f6652bf65ce3eb1c334188d2788e7f73892.zip |
Fix welcome screen issues.
(cherry picked from commit fe80f9631113d73dc90ffeca1fcb43bae01abd3b)
-rw-r--r-- | digikam/digikam/welcomepageview.cpp | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/digikam/digikam/welcomepageview.cpp b/digikam/digikam/welcomepageview.cpp index ab54e229..73834146 100644 --- a/digikam/digikam/welcomepageview.cpp +++ b/digikam/digikam/welcomepageview.cpp @@ -109,28 +109,20 @@ TQString WelcomePageView::infoPage() "%7: First-time user text (only shown on first start); " "%8: generated list of important changes; " "--- end of comment ---", - "<h2 style='margin-top: 0px;'>Welcome to digiKam %1</h2><p>" - "digiKam is a photo management program for the K Desktop Environment. " + "<h2 style='margin-top: 0px;'>Welcome to digiKam</h2><p>" + "digiKam is a photo management program for the Trinity Desktop Environment. " "It is designed to import, organize, and export your digital photographs on your computer." "</p><p>You are currently in the Album view mode of digiKam. The Albums are the real " "containers where your files are stored, they are identical with the folders " - "on disk.</p>\n<ul><li>" - "digiKam has many powerful features which are described in the " - "<a href=\"%2\">documentation</a></li>\n" - "<li>The <a href=\"%3\">digiKam homepage</A> provides information about " - "new versions of digiKam</li></ul>\n" + "on disk.</p>\n" + "digiKam has many powerful features\n" "%8\n<p>" // important changes - "Some of the new features in this release of digiKam include " - "(compared to digiKam %4):</p>\n" + "Some of the features of digiKam include</p>\n" "<ul>\n%5</ul>\n" "%6\n" - "<p>We hope that you will enjoy digiKam.</p>\n" + "<p>We hope you will enjoy digiKam.</p>\n" "<p>Thank you,</p>\n" - "<p style='margin-bottom: 0px'> The digiKam Team</p>") - .arg(digikam_version) // current digiKam version - .arg("help:/digikam/index.html") // digiKam help:// URL - .arg(Digikam::webProjectUrl()) // digiKam homepage URL - .arg("0.8.2"); // previous digiKam release. + "<p style='margin-bottom: 0px'> The digiKam Team</p>"); TQStringList newFeatures; newFeatures << i18n("16-bit/color/pixel image support"); |