mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Remove oxymoron in user file trashing dialog
This commit is contained in:
@@ -79,7 +79,7 @@ def show_properties_window(widget, index, window):
|
||||
|
||||
def clean_button_handler(_widget):
|
||||
dialog = Adw.MessageDialog.new(window, _("Send {}'s User Data to the Trash?").format(app_name))
|
||||
dialog.set_body(_("Your user files and data for this app will be sent to the trash."))
|
||||
dialog.set_body(_("Your files and data for this app will be sent to the trash."))
|
||||
dialog.set_close_response("cancel")
|
||||
dialog.add_response("cancel", _("Cancel"))
|
||||
dialog.add_response("continue", _("Trash Data"))
|
||||
|
||||
@@ -490,7 +490,7 @@ class WarehouseWindow(Adw.ApplicationWindow):
|
||||
#self.refresh_list_of_flatpaks(_a, False)
|
||||
|
||||
def batchCleanHandler(self, widget):
|
||||
dialog = Adw.MessageDialog.new(self, _("Trash Selected Apps' User Data?"), _("Your user files and data for these apps will be sent to the trash."))
|
||||
dialog = Adw.MessageDialog.new(self, _("Trash Selected Apps' User Data?"), _("Your files and data for these apps will be sent to the trash."))
|
||||
dialog.set_close_response("cancel")
|
||||
dialog.add_response("cancel", _("Cancel"))
|
||||
dialog.add_response("continue", _("Trash Data"))
|
||||
|
||||
Reference in New Issue
Block a user