am 8b290806: Fix build breakage due to changed resource Id

* commit '8b2908066dc5259870fbf210e0af7eeb01d2b1ef':
  Fix build breakage due to changed resource Id
main
Jatin Matani 2015-03-02 17:48:29 +00:00 committed by Android Git Automerger
commit d3b6619d9c
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public final class AccountsSettingsFragment extends SubScreenFragment {
} }
} }
}) })
.setNegativeButton(R.string.clear_sync_data_cancel, null /* OnClickListener */) .setNegativeButton(R.string.cloud_sync_cancel, null /* OnClickListener */)
.create(); .create();
confirmationDialog.show(); confirmationDialog.show();
return true; return true;