Fix missing string resources
Fixed some string resource references
that were left out after the last clean up.
Change-Id: I9f3249aab831546d7e3c4d32f97638bdd3ae112c
diff --git a/src/com/android/browser/DownloadSettings.java b/src/com/android/browser/DownloadSettings.java
index 0f91a0c..7f1150a 100644
--- a/src/com/android/browser/DownloadSettings.java
+++ b/src/com/android/browser/DownloadSettings.java
@@ -94,7 +94,7 @@
downloadEstimateSize = (TextView) findViewById(R.id.download_estimate_size_content);
downloadEstimateTime = (TextView) findViewById(R.id.download_estimate_time_content);
downloadStart = (Button) findViewById(R.id.download_start);
- downloadCancel = (Button) findViewById(R.id.download_cancle);
+ downloadCancel = (Button) findViewById(R.id.download_cancel);
downloadPathET.setOnClickListener(downloadPathListener);
downloadStart.setOnClickListener(downloadStartListener);
downloadCancel.setOnClickListener(downloadCancelListener);