mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add another tr(). Part of ticket #316.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5892 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b71a0d6e6c
commit
3997f650cb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user