Skip to content

Commit bf8f802

Browse files
committed
add exclude on template creation
1 parent 6c7c2d8 commit bf8f802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/templates_tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def setup_ui(self):
158158
create_layout.addRow("Template Name:", self.template_name_edit)
159159
create_layout.addRow("Comment:", self.template_comment_edit)
160160
create_layout.addRow("", self.protect_qgis_projects_checkbox)
161-
create_layout.addRow("Exclude Schemas:", self.exclude_schemas_edit)
161+
create_layout.addRow("Exclude Schemas <br>from truncate:", self.exclude_schemas_edit)
162162
create_layout.addWidget(self.create_template_btn)
163163

164164
layout.addWidget(create_group)

0 commit comments

Comments
 (0)