Skip to content

Commit

Permalink
Applies patch in #902
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7963 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Jan 14, 2008
1 parent 438e5bf commit f01a08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -5430,7 +5430,7 @@ void QgisApp::warnOlderProjectVersion(QString oldVersion)
"QGIS you used to discover the error."
"<p>To remove this warning when opening an older project file, "
"check the box 'Warn me when opening a project file saved with an "
"older verision of QGIS' "
"older version of QGIS' "
"in the <tt>Settings:Options:General</tt> menu. "
"<p>Version of the project file: %1<br>"
"Current version of QGIS: %2")
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -66,7 +66,7 @@
<item>
<widget class="QCheckBox" name="chbWarnOldProjectVersion" >
<property name="text" >
<string>Warn me when opening a project file saved with an older verision of QGIS</string>
<string>Warn me when opening a project file saved with an older version of QGIS</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit f01a08a

Please sign in to comment.