Skip to content

Commit 7dc6efb

Browse files
committed
use canceled instead of cancelled
1 parent 9af574d commit 7dc6efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/SDKUpdater/src/processing/mode/android/tools/SDKUpdater.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,9 @@ public void cancelTasks() {
498498
queryTask.cancel(true);
499499
if (downloadTaskRunning) {
500500
downloadTask.cancel(true);
501-
status.setText("Download cancelled");
501+
status.setText("Download canceled");
502502
JOptionPane.showMessageDialog(null,
503-
"Download cancelled", "Warning", JOptionPane.WARNING_MESSAGE);
503+
"Download canceled", "Warning", JOptionPane.WARNING_MESSAGE);
504504
actionButton.setText("Update");
505505
}
506506
}

0 commit comments

Comments
 (0)