mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-07-31 19:10:15 +02:00
ripping.interrupted does not exist, use downlowd.interrupted
This commit is contained in:
@@ -725,8 +725,8 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
||||
statusProgress.setVisible(false);
|
||||
pack();
|
||||
statusProgress.setValue(0);
|
||||
status(Utils.getLocalizedString("ripping.interrupted"));
|
||||
appendLog("Ripper interrupted", Color.RED);
|
||||
status(Utils.getLocalizedString("download.interrupted"));
|
||||
appendLog("Download interrupted", Color.RED);
|
||||
}
|
||||
});
|
||||
optionLog.addActionListener(event -> {
|
||||
|
Reference in New Issue
Block a user