File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1408,7 +1408,7 @@ void QgsVectorLayerProperties::initDiagramTab()
1408
1408
mMinimumDiagramScaleLineEdit ->setValidator ( new QDoubleValidator ( mMinimumDiagramScaleLineEdit ) );
1409
1409
mMaximumDiagramScaleLineEdit ->setValidator ( new QDoubleValidator ( mMaximumDiagramScaleLineEdit ) );
1410
1410
1411
- mDiagramUnitComboBox ->insertItem ( 0 , tr ( " MM " ) );
1411
+ mDiagramUnitComboBox ->insertItem ( 0 , tr ( " mm " ) );
1412
1412
mDiagramUnitComboBox ->insertItem ( 1 , tr ( " Map units" ) );
1413
1413
1414
1414
QGis::GeometryType layerType = layer->geometryType ();
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ bool QgsMssqlProvider::nextFeature( QgsFeature& feature )
490
490
feature.setValid ( false );
491
491
if ( !mValid )
492
492
{
493
- QgsDebugMsg ( " Read attempt on an invalid mssql data source" );
493
+ QgsDebugMsg ( " Read attempt on an invalid MSSQL data source" );
494
494
return false ;
495
495
}
496
496
@@ -1625,7 +1625,7 @@ QgsVectorLayerImport::ImportError QgsMssqlProvider::createEmptyLayer(
1625
1625
if ( !provider->isValid () )
1626
1626
{
1627
1627
if ( errorMessage )
1628
- *errorMessage = QObject::tr ( " Loading of the mssql provider failed" );
1628
+ *errorMessage = QObject::tr ( " Loading of the MSSQL provider failed" );
1629
1629
1630
1630
delete provider;
1631
1631
return QgsVectorLayerImport::ErrInvalidLayer;
You can’t perform that action at this time.
0 commit comments