Skip to content
Permalink
Browse files
Add another tr(). Part of ticket #316.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5892 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 30, 2006
1 parent 9a1ade3 commit 2505f0d
Showing 1 changed file with 3 additions and 1 deletion.
@@ -745,7 +745,9 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
QSettings settings;
QString enc;
QString shapefileName;
QString filter = QString("Shapefiles (*.shp)");
QString filter = QString(tr("Shapefiles (*.shp)",
"The *.shp is used as a file filter "
"in a dialog box");
QString dirName = settings.readEntry("/Plugin-DelimitedText/text_path", "./");

QgsEncodingFileDialog* openFileDialog = new QgsEncodingFileDialog(0,

0 comments on commit 2505f0d

Please sign in to comment.