Skip to content

Commit

Permalink
Add another tr(). Part of ticket #316.
Browse files Browse the repository at this point in the history
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.
4 changes: 3 additions & 1 deletion src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 2505f0d

Please sign in to comment.