summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-12 21:56:16 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-12 21:56:16 -0500
commitfe80f9631113d73dc90ffeca1fcb43bae01abd3b (patch)
tree8cf4ea2ca29cf9fb59eaa1237245051084677f12
parent70de38f0d30293bb11c84bce386b6915c701353f (diff)
downloaddigikam-fe80f9631113d73dc90ffeca1fcb43bae01abd3b.tar.gz
digikam-fe80f9631113d73dc90ffeca1fcb43bae01abd3b.zip
Fix welcome screen issues.
-rw-r--r--digikam/digikam/welcomepageview.cpp22
1 files changed, 7 insertions, 15 deletions
diff --git a/digikam/digikam/welcomepageview.cpp b/digikam/digikam/welcomepageview.cpp
index ab54e22..7383414 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'>&nbsp; &nbsp; 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'>&nbsp; &nbsp; The digiKam Team</p>");
TQStringList newFeatures;
newFeatures << i18n("16-bit/color/pixel image support");