mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Update python/plugins/db_manager/db_plugins/plugin.py
Co-Authored-By: Alessandro Pasotti <elpaso@itopen.it>
This commit is contained in:
parent
f3dd5150c7
commit
ea510e83ef
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user