Fix welcome screen issues.

pull/1/head
Darrell Anderson 12 years ago
parent 70de38f0d3
commit fe80f96311

@ -109,28 +109,20 @@ TQString WelcomePageView::infoPage()
"%7: First-time user text (only shown on first start); " "%7: First-time user text (only shown on first start); "
"%8: generated list of important changes; " "%8: generated list of important changes; "
"--- end of comment ---", "--- end of comment ---",
"<h2 style='margin-top: 0px;'>Welcome to digiKam %1</h2><p>" "<h2 style='margin-top: 0px;'>Welcome to digiKam</h2><p>"
"digiKam is a photo management program for the K Desktop Environment. " "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." "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 " "</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 " "containers where your files are stored, they are identical with the folders "
"on disk.</p>\n<ul><li>" "on disk.</p>\n"
"digiKam has many powerful features which are described in the " "digiKam has many powerful features\n"
"<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"
"%8\n<p>" // important changes "%8\n<p>" // important changes
"Some of the new features in this release of digiKam include " "Some of the features of digiKam include</p>\n"
"(compared to digiKam %4):</p>\n"
"<ul>\n%5</ul>\n" "<ul>\n%5</ul>\n"
"%6\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>Thank you,</p>\n"
"<p style='margin-bottom: 0px'>&nbsp; &nbsp; The digiKam Team</p>") "<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.
TQStringList newFeatures; TQStringList newFeatures;
newFeatures << i18n("16-bit/color/pixel image support"); newFeatures << i18n("16-bit/color/pixel image support");

Loading…
Cancel
Save