Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some string cleanups from Carlos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7662 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 27, 2007
1 parent 6df3d7c commit efc415a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsmeasuretool.cpp
Expand Up @@ -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>"
Expand Down
2 changes: 1 addition & 1 deletion tools/mapserver_export/qgsmapserverexport.cpp
Expand Up @@ -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);

}
Expand Down

0 comments on commit efc415a

Please sign in to comment.