Update python/plugins/db_manager/db_plugins/plugin.py

Co-Authored-By: Alessandro Pasotti <elpaso@itopen.it>
This commit is contained in:
Matthias Kuhn 2019-10-07 09:18:34 +02:00 committed by GitHub
parent f3dd5150c7
commit ea510e83ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1139,7 +1139,7 @@ class VectorTable(Table):
dlg.restoreGeometry(settings.value("/DB_Manager/advancedAddDialog/geometry", QByteArray(), type=QByteArray))
layout = QFormLayout()
dlg.setLayout(layout)
dlg.setWindowTitle(self.tr('Add layer {}').format(self.name))
dlg.setWindowTitle(self.tr('Add Layer {}').format(self.name))
geometryTypeComboBox = QComboBox()
geometryTypeComboBox.addItem(self.tr('Point'), 'POINT')
geometryTypeComboBox.addItem(self.tr('Line'), 'LINESTRING')