mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed typo
This commit is contained in:
parent
d74693327d
commit
977ba58570
@ -81,7 +81,7 @@ QWidget *OptionsDialog::createMapPage()
|
|||||||
_inputProjection->setCurrentIndex(_inputProjection->findData(
|
_inputProjection->setCurrentIndex(_inputProjection->findData(
|
||||||
_options.inputProjection));
|
_options.inputProjection));
|
||||||
|
|
||||||
QLabel *inInfo = new QLabel(tr("Select the propper projection of"
|
QLabel *inInfo = new QLabel(tr("Select the proper projection of"
|
||||||
" JNX and KMZ maps. Both EPSG:3857 and EPSG:4326 projected maps"
|
" JNX and KMZ maps. Both EPSG:3857 and EPSG:4326 projected maps"
|
||||||
" exist and there is no projection info in the map file."));
|
" exist and there is no projection info in the map file."));
|
||||||
QLabel *outInfo = new QLabel(tr("Select the desired projection of IMG"
|
QLabel *outInfo = new QLabel(tr("Select the desired projection of IMG"
|
||||||
|
Loading…
Reference in New Issue
Block a user