diff --git a/src/dialogs.py b/src/dialogs.py index ad8ca9ee7..468ba8523 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -1946,7 +1946,7 @@ _('Connection with peer cannot be established.')).get_response() self.set_status(file_props['type'], file_props['sid'], 'pause') widget.set_label(_('_Continue')) - def on_stop_button_clicked(self, widget): + def on_cancel_button_clicked(self, widget): selected = self.tree.get_selection().get_selected() if selected is None or selected[1] is None: return diff --git a/src/gtkgui.glade b/src/gtkgui.glade index 080221003..d3a95ef84 100644 --- a/src/gtkgui.glade +++ b/src/gtkgui.glade @@ -17589,11 +17589,12 @@ Maybe I'll refactor later - + True + Cancels the selected file transfer True True - gtk-stop + gtk-cancel True GTK_RELIEF_NORMAL True @@ -17602,13 +17603,14 @@ Maybe I'll refactor later Stops the selected file transfer. If there is an incomplete file, kept in the file system it will be removed. This operation is non reverseable. - + True + Hides the window True True True