Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo and HIG
  • Loading branch information
Gustry authored and nyalldawson committed Feb 1, 2019
1 parent 54daf1a commit 6a8ba52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/decorations/qgsdecorationcopyright.cpp
Expand Up @@ -76,7 +76,7 @@ void QgsDecorationCopyright::projectRead()
mTextFormat.readXml( elem, rwContext );
}

// Migratation for pre QGIS 3.2 settings
// Migration for pre QGIS 3.2 settings
QColor oldColor = QgsSymbolLayerUtils::decodeColor( QgsProject::instance()->readEntry( mNameConfig, QStringLiteral( "/Color" ) ) );
if ( oldColor.isValid() )
{
Expand Down
Expand Up @@ -162,7 +162,7 @@
<item row="2" column="0">
<widget class="QCheckBox" name="saveGcpCheckBox">
<property name="text">
<string>Save GCP Points</string>
<string>Save GCP points</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6a8ba52

Please sign in to comment.