mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[BACKPORT] apply fix to invalid reference to trac #4440
This commit is contained in:
parent
83d2a71fbf
commit
e9ee865f78
@ -6388,7 +6388,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
|
||||
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
|
||||
.arg( oldVersion )
|
||||
.arg( QGis::QGIS_VERSION )
|
||||
.arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
|
||||
.arg( "<a href=\"http://hub.qgis.org/projects/quantum-gis\">http://hub.qgis.org/projects/quantum-gis</a> " )
|
||||
.arg( tr( "<tt>Settings:Options:General</tt>", "Menu path to setting options" ) )
|
||||
.arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) )
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user