Skip to content

Commit 6a8ba52

Browse files
Gustrynyalldawson
authored andcommitted
fix typo and HIG
1 parent 54daf1a commit 6a8ba52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/decorations/qgsdecorationcopyright.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void QgsDecorationCopyright::projectRead()
7676
mTextFormat.readXml( elem, rwContext );
7777
}
7878

79-
// Migratation for pre QGIS 3.2 settings
79+
// Migration for pre QGIS 3.2 settings
8080
QColor oldColor = QgsSymbolLayerUtils::decodeColor( QgsProject::instance()->readEntry( mNameConfig, QStringLiteral( "/Color" ) ) );
8181
if ( oldColor.isValid() )
8282
{

src/plugins/georeferencer/qgstransformsettingsdialogbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<item row="2" column="0">
163163
<widget class="QCheckBox" name="saveGcpCheckBox">
164164
<property name="text">
165-
<string>Save GCP Points</string>
165+
<string>Save GCP points</string>
166166
</property>
167167
</widget>
168168
</item>

0 commit comments

Comments
 (0)