From 2f7b750bd87402c6bb5ea5b8b9de9bb84060fe4d Mon Sep 17 00:00:00 2001 From: Sergey Belyashov Date: Thu, 16 Feb 2012 22:46:05 +0400 Subject: Fixed typo in text: "dpeth" -> "depth" Change-Id: Ic910dc63db5625640735e2918f09c75a1d8669cc Reviewed-by: Sergey Belyashov Reviewed-by: Oswald Buddenhagen --- src/plugins/imageformats/tga/qtgafile.cpp | 2 +- translations/qt_gl.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/imageformats/tga/qtgafile.cpp b/src/plugins/imageformats/tga/qtgafile.cpp index adf5657..2bdc704 100644 --- a/src/plugins/imageformats/tga/qtgafile.cpp +++ b/src/plugins/imageformats/tga/qtgafile.cpp @@ -162,7 +162,7 @@ QTgaFile::QTgaFile(QIODevice *device) bool validDepth = (bitsPerPixel == 16 || bitsPerPixel == 24 || bitsPerPixel == 32); if (!validDepth) { - mErrorMessage = QObject::tr("Image dpeth not valid"); + mErrorMessage = QObject::tr("Image depth not valid"); } int curPos = mDevice->pos(); int fileBytes = mDevice->size(); diff --git a/translations/qt_gl.ts b/translations/qt_gl.ts index 9b00f6c..ec49477 100644 --- a/translations/qt_gl.ts +++ b/translations/qt_gl.ts @@ -4273,7 +4273,7 @@ atributo da sentenza. Comprobe a configuración do controlador ODBCTipo de imaxe non admitido - Image dpeth not valid + Image depth not valid Profundidade da imaxe non válida -- cgit v0.12