Add Linguist comment for translation of Drive-mode.

Translators not familiar with cameras might mistake it for
something related to driving a car.

Change-Id: If54a563a32af537d291b79253056b7b57e108f5b
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Friedemann Kleint
2013-10-15 09:26:33 +02:00
committed by The Qt Project
parent 99c4a08c38
commit 98a6eefda9

View File

@@ -428,6 +428,7 @@ int QAndroidCameraSession::capture(const QString &fileName)
m_camera->requestPreviewFrame(); m_camera->requestPreviewFrame();
m_camera->takePicture(); m_camera->takePicture();
} else { } else {
//: Drive mode is the camera's shutter mode, for example single shot, continuos exposure, etc.
emit imageCaptureError(m_lastImageCaptureId, QCameraImageCapture::NotSupportedFeatureError, emit imageCaptureError(m_lastImageCaptureId, QCameraImageCapture::NotSupportedFeatureError,
tr("Drive mode not supported")); tr("Drive mode not supported"));
} }