Applies patch in #902

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7963 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
homann 2008-01-14 15:57:58 +00:00
parent 438e5bf465
commit f01a08ab5a
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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>