Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5430,7 +5430,7 @@ void QgisApp::warnOlderProjectVersion(QString oldVersion)
54305430
"QGIS you used to discover the error."
54315431
"<p>To remove this warning when opening an older project file, "
54325432
"check the box 'Warn me when opening a project file saved with an "
5433-
"older verision of QGIS' "
5433+
"older version of QGIS' "
54345434
"in the <tt>Settings:Options:General</tt> menu. "
54355435
"<p>Version of the project file: %1<br>"
54365436
"Current version of QGIS: %2")

‎src/ui/qgsoptionsbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<item>
6767
<widget class="QCheckBox" name="chbWarnOldProjectVersion" >
6868
<property name="text" >
69-
<string>Warn me when opening a project file saved with an older verision of QGIS</string>
69+
<string>Warn me when opening a project file saved with an older version of QGIS</string>
7070
</property>
7171
</widget>
7272
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.