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:
timlinux 2007-11-27 02:52:48 +00:00
parent bd35aecf1e
commit 4d4fa76b28
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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);
}