We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 901ad5b commit b3a8097Copy full SHA for b3a8097
src/raster/qgsrasterlayer.cpp
@@ -340,12 +340,8 @@ void QgsRasterLayer::buildSupportedRasterFileFilter(QString & theFileFiltersStri
340
} // each loaded GDAL driver
341
342
// can't forget the default case
343
- theFileFiltersString += catchallFilter + "All other files (*)";
+ theFileFiltersString += catchallFilter + tr("and all other files") + " (*)";
344
QgsDebugMsg("Raster filter list built: " + theFileFiltersString);
345
-
346
347
- std::cerr << theFileFiltersString.toLocal8Bit().data() << '\n';
348
349
} // buildSupportedRasterFileFilter_()
350
351
0 commit comments