~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.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20080717202539-ttj4and3ds1ldgn1
Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

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;