Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 5, 2024
1 parent 96642ce commit 329aa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mergin/version_viewer_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def __init__(self, mc, parent=None):
# We use a ToolButton instead of simple action to dislay both icon AND text
self.toggle_layers_button = QToolButton()
self.toggle_layers_button.setDefaultAction(self.toggle_layers_action)
self.toggle_layers_button.setText("Show projecct layers")
self.toggle_layers_button.setText("Show project layers")
self.toggle_layers_button.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
self.toolbar.addWidget(self.toggle_layers_button)

Expand Down

0 comments on commit 329aa01

Please sign in to comment.