diff --git a/OsmAnd/src/net/osmand/plus/download/ui/ActiveDownloadsDialogFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/ActiveDownloadsDialogFragment.java index 7574d7f343..2e63c26cac 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/ActiveDownloadsDialogFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/ActiveDownloadsDialogFragment.java @@ -26,7 +26,7 @@ public class ActiveDownloadsDialogFragment extends DialogFragment implements Dow @Override public Dialog onCreateDialog(Bundle savedInstanceState) { AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); - builder.setTitle(R.string.downloads).setNegativeButton(R.string.shared_string_dismiss, null); + builder.setTitle(R.string.downloads).setNegativeButton(R.string.shared_string_close, null); adapter = new IndexItemAdapter(this, getDownloadActivity()); builder.setAdapter(adapter, null); return builder.create(); @@ -94,4 +94,4 @@ public class ActiveDownloadsDialogFragment extends DialogFragment implements Dow -} \ No newline at end of file +}