Skip to content

Commit

Permalink
update dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcw authored Nov 2, 2024
1 parent 7a69d1b commit 3758a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/mint-remove-application
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MintRemoveWindow:
flags=0,
message_type=Gtk.MessageType.ERROR,
buttons=Gtk.ButtonsType.CLOSE,
text=_("Cannot remove package %s as it is required by other packages.") % package)
text=_("Cannot remove package %s as it is required by a system package.") % package)
warnDlg.set_keep_above(True)
warnDlg.get_widget_for_response(Gtk.ResponseType.CLOSE).grab_focus()
warnDlg.vbox.set_spacing(12)
Expand Down

0 comments on commit 3758a88

Please sign in to comment.