Skip to content

Commit 2505f0d

Browse files
author
g_j_m
committed
Add another tr(). Part of ticket #316.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5892 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9a1ade3 commit 2505f0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/providers/delimitedtext/qgsdelimitedtextprovider.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,9 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
745745
QSettings settings;
746746
QString enc;
747747
QString shapefileName;
748-
QString filter = QString("Shapefiles (*.shp)");
748+
QString filter = QString(tr("Shapefiles (*.shp)",
749+
"The *.shp is used as a file filter "
750+
"in a dialog box");
749751
QString dirName = settings.readEntry("/Plugin-DelimitedText/text_path", "./");
750752

751753
QgsEncodingFileDialog* openFileDialog = new QgsEncodingFileDialog(0,

0 commit comments

Comments
 (0)