Skip to content

Commit

Permalink
Cinnamon spices: Identify Nemo actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Dec 13, 2023
1 parent a8aa019 commit 0fc5fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/lib/linuxmint/mintUpdate/mintUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,8 @@ def run(self):
tooltip = _("Cinnamon applet")
elif update.spice_type == cinnamon.SPICE_TYPE_DESKLET:
tooltip = _("Cinnamon desklet")
elif update.spice_type == cinnamon.SPICE_TYPE_ACTION:
tooltip = _("Nemo action")
elif update.spice_type == cinnamon.SPICE_TYPE_THEME:
tooltip = _("Cinnamon theme")
else:
Expand Down

0 comments on commit 0fc5fbc

Please sign in to comment.