Fix fiels typo in DownloadsUiHelper.java

This commit is contained in:
aceman444 2015-10-02 22:12:05 +02:00
parent b5cd2f4d6a
commit 1cec390034

View file

@ -125,7 +125,7 @@ public final class DownloadsUiHelper {
downloadProgressLayout.setVisibility(View.VISIBLE);
}
progressBar.setProgress(progressPercentage);
final String format = resources.getString(R.string.downloading_number_of_fiels);
final String format = resources.getString(R.string.downloading_number_of_files);
String numberOfTasks = String.format(format, activeTasks);
leftTextView.setText(numberOfTasks);
rightTextView.setText(progressPercentage + "%");