Skip to content

Commit

Permalink
Fix component names (#654)
Browse files Browse the repository at this point in the history
Fix use of old names of Mergin Maps components in various places.

Fixes #572
  • Loading branch information
alexbruy authored Jan 14, 2025
1 parent 2957994 commit 7bbbcb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mergin/processing/algs/create_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def tags(self):
)

def shortHelpString(self):
return "Extracts changes made between two versions of the layer of the Mergin project to make it easier to revise changes."
return "Extracts changes made between two versions of the layer of the Mergin Maps project to make it easier to revise changes."

def icon(self):
return QIcon(mm_symbol_path())
Expand Down
2 changes: 1 addition & 1 deletion Mergin/processing/algs/extract_local_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def tags(self):
)

def shortHelpString(self):
return "Extracts local changes made in the specific layer of the Mergin project to make it easier to revise changes."
return "Extracts local changes made in the specific layer of the Mergin Maps project to make it easier to revise changes."

def icon(self):
return QIcon(mm_symbol_path())
Expand Down
2 changes: 1 addition & 1 deletion Mergin/ui/ui_clone_project.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Clone Mergin Project</string>
<string>Clone Mergin Maps Project</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
Expand Down
2 changes: 1 addition & 1 deletion Mergin/ui/ui_config.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Mergin Settings</string>
<string>Mergin Maps Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="5" column="0">
Expand Down
2 changes: 1 addition & 1 deletion Mergin/ui/ui_sync_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Mergin - Synchronization</string>
<string>Mergin Maps - Synchronization</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item alignment="Qt::AlignHCenter">
Expand Down

0 comments on commit 7bbbcb8

Please sign in to comment.