Skip to content

Commit

Permalink
transition-tool: Fix an oopsie from the translations integration
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Apr 29, 2024
1 parent e5ec622 commit 35d4562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solus-mate-transition-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def startup_checks(self) -> None:
# No lockfile exists so we want to be using the MATE session
if exists == False and self.get_desktop_type() != self.mate_desktop_session:
self.state_disable_install()
self.on_error_dialog(_("Error", "Logout and login to the MATE session first to continue"))
self.on_error_dialog(_("Error"), _("Logout and login to the MATE session first to continue"))

# Lockfile exists so ensure the current DE session matches the lockfile
if exists is True and de is not None:
Expand Down

0 comments on commit 35d4562

Please sign in to comment.