Skip to content

Commit aa05d7c

Browse files
author
jef
committedJun 28, 2010
add a translation string
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13825 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+775
-764
lines changed

2 files changed

+775
-764
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 774 additions & 763 deletions
Large diffs are not rendered by default.

‎src/core/raster/qgsrasterlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ bool QgsRasterLayer::isValidRasterFileName( QString const & theFileNameQString,
465465
{
466466
GDALClose( myDataset );
467467
myDataset = NULL;
468-
retErrMsg = "This raster file has no bands and is invalid as a raster layer.";
468+
retErrMsg = tr( "This raster file has no bands and is invalid as a raster layer." );
469469
return false;
470470
}
471471
else

0 commit comments

Comments
 (0)
Please sign in to comment.