mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Some string cleanups from Carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk@7662 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bd35aecf1e
commit
4d4fa76b28
@ -71,7 +71,7 @@ void QgsMeasureTool::activate()
|
||||
QMessageBox::warning(NULL, tr("Incorrect measure results"),
|
||||
tr("<p>This map is defined with a geographic coordinate system "
|
||||
"(latitude/longitude) "
|
||||
"but the map extents suggest that it is actually a projected "
|
||||
"but the map extents suggests that it is actually a projected "
|
||||
"coordinate system (e.g., Mercator). "
|
||||
"If so, the results from line or area measurements will be "
|
||||
"incorrect.</p>"
|
||||
|
@ -74,7 +74,7 @@ QString QgsMapserverExport::baseName()
|
||||
void QgsMapserverExport::on_btnChooseFile_clicked()
|
||||
{
|
||||
mapFile = QFileDialog::getSaveFileName(this, tr("Name for the map file"),
|
||||
".", tr("MapServer map files (*.map);;All files(*.*)","Filter list for selecting files from a dialog box"));
|
||||
".", tr("MapServer map files (*.map);;All files (*.*)","Filter list for selecting files from a dialog box"));
|
||||
txtMapFilePath->setText(mapFile);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user