Skip to content

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎src/plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
SUBDIRS (copyright_label delimited_text grid_maker north_arrow scale_bar evis)
2+
SUBDIRS (copyright_label delimited_text grid_maker north_arrow scale_bar)
33

44
IF (POSTGRES_FOUND)
55
SUBDIRS (geoprocessing spit)

‎src/plugins/gps_importer/qgsgpsplugingui.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,10 @@ void QgsGPSPluginGui::populateCONVDialog() {
410410

411411
QString format = QString("<html><body><p>%1 %2<p>%3</body></html>");
412412

413-
QString sentence1 = tr("QGIS can perform conversions of GPX files, by using GPSBabel (%1) to perform the conversions.","Description")
413+
QString sentence1 = tr("QGIS can perform conversions of GPX files, by using GPSBabel (%1) to perform the conversions.")
414414
.arg("<a href=\"http://www.gpsbabel.org\">http://www.gpsbabel.org</a>");
415-
QString sentence2 = tr("This requires that you have GPSBabel installed where QGIS can find it.","Description");
416-
QString sentence3 = tr("Select a GPX input file name, the type of conversion you want to perform, a GPX filename that you want to save the converted file as, and a name for the new layer created from the result.","Description");
415+
QString sentence2 = tr("This requires that you have GPSBabel installed where QGIS can find it.");
416+
QString sentence3 = tr("Select a GPX input file name, the type of conversion you want to perform, a GPX filename that you want to save the converted file as, and a name for the new layer created from the result.");
417417

418418
QString text = format.arg(sentence1).arg(sentence2).arg(sentence3);
419419

0 commit comments

Comments
 (0)
Please sign in to comment.