From fe80f9631113d73dc90ffeca1fcb43bae01abd3b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 12 Apr 2012 21:56:16 -0500 Subject: [PATCH] Fix welcome screen issues. --- digikam/digikam/welcomepageview.cpp | 22 +++++++--------------- 1 file 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 ---", - "

Welcome to digiKam %1

" - "digiKam is a photo management program for the K Desktop Environment. " + "

Welcome to digiKam

" + "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." "

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.

\n\n" + "on disk.

\n" + "digiKam has many powerful features\n" "%8\n

" // important changes - "Some of the new features in this release of digiKam include " - "(compared to digiKam %4):

\n" + "Some of the features of digiKam include

\n" "\n" "%6\n" - "

We hope that you will enjoy digiKam.

\n" + "

We hope you will enjoy digiKam.

\n" "

Thank you,

\n" - "

    The digiKam Team

") - .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. + "

    The digiKam Team

"); TQStringList newFeatures; newFeatures << i18n("16-bit/color/pixel image support");