Replaced saved button in dialog with ok.

This commit is contained in:
GaidamakUA 2015-12-19 18:03:56 +02:00
parent 8f516bddce
commit b7035748d4

View file

@ -73,7 +73,7 @@ public class LiveUpdatesSettingsDialogFragment extends DialogFragment {
downloadOverWiFiSwitch.setChecked(downloadViaWiFiPreference.get());
builder.setView(view)
.setPositiveButton(R.string.shared_string_save, new DialogInterface.OnClickListener() {
.setPositiveButton(R.string.shared_string_ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
final int updateFrequencyInt = updateFrequencySpinner.getSelectedItemPosition();