We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7c2d8 commit bf8f802Copy full SHA for bf8f802
tabs/templates_tab.py
@@ -158,7 +158,7 @@ def setup_ui(self):
158
create_layout.addRow("Template Name:", self.template_name_edit)
159
create_layout.addRow("Comment:", self.template_comment_edit)
160
create_layout.addRow("", self.protect_qgis_projects_checkbox)
161
- create_layout.addRow("Exclude Schemas:", self.exclude_schemas_edit)
+ create_layout.addRow("Exclude Schemas <br>from truncate:", self.exclude_schemas_edit)
162
create_layout.addWidget(self.create_template_btn)
163
164
layout.addWidget(create_group)
0 commit comments