Skip to content

Commit

Permalink
Update qfieldsync/gui/package_dialog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Oct 4, 2024
1 parent cbd025d commit c32b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/package_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, iface, project, offline_editing, parent=None):
self.dirsToCopyWidget = DirsToCopyWidget()
self.__project_configuration = ProjectConfiguration(self.project)
self.original_project_title = project.title()
self.new_project_title.setText(self.original_title_project)
self.packaged_project_title.setText(self.original_title_project)
self.button_box.button(QDialogButtonBox.Save).setText(self.tr("Create"))
self.button_box.button(QDialogButtonBox.Save).clicked.connect(
self.package_project
Expand Down

0 comments on commit c32b004

Please sign in to comment.