diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java index 5eef805ca95c2..870e7f0001c5c 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java @@ -256,6 +256,8 @@ public class NotificationGuts extends LinearLayout implements TunerService.Tunab } else { mReset.setText(mContext.getString(R.string.do_not_silence_block)); } + mBlock.setText(mContext.getString(R.string.block)); + mSilent.setText(mContext.getString(R.string.show_silently)); if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { mSilent.setChecked(true); } else {