We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af574d commit 7dc6efbCopy full SHA for 7dc6efb
tools/SDKUpdater/src/processing/mode/android/tools/SDKUpdater.java
@@ -498,9 +498,9 @@ public void cancelTasks() {
498
queryTask.cancel(true);
499
if (downloadTaskRunning) {
500
downloadTask.cancel(true);
501
- status.setText("Download cancelled");
+ status.setText("Download canceled");
502
JOptionPane.showMessageDialog(null,
503
- "Download cancelled", "Warning", JOptionPane.WARNING_MESSAGE);
+ "Download canceled", "Warning", JOptionPane.WARNING_MESSAGE);
504
actionButton.setText("Update");
505
}
506
0 commit comments