~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/utilities/cameragui/umscamera.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
bool UMSCamera::cameraManual(QString& manual)
459
459
{
460
460
    manual = QString(i18n("For more information about the <b>Mounted Camera</b> driver, "
461
 
                          "please read the digiKam manual on <b>Supported Digital Still "
462
 
                          "Cameras</b> section."));
 
461
                          "please read <b>Supported Digital Still "
 
462
                          "Cameras</b> section in the digiKam manual."));
463
463
    return true;
464
464
}
465
465
 
467
467
{
468
468
    about = QString(i18n("The <b>Mounted Camera</b> driver is a simple interface to a camera disk "
469
469
                         "mounted locally on your system.<br><br>"
470
 
                         "It doesn't use any libgphoto2 drivers.<br><br>"
 
470
                         "It doesn't use libgphoto2 drivers.<br><br>"
471
471
                         "To report any problems with this driver, please contact the digiKam team at:<br><br>"
472
472
                         "http://www.digikam.org/?q=contact"));
473
473
    return true;