Locale currentLocale = Locale.getDefault();
Locale.setDefault(Locale.ENGLISH);
b.append(alertManager.prettyPrintAlertConditions(alert, false));
Locale.setDefault(currentLocale);
boolean willBeDisabled = alertManager.willDefinitionBeDisabled(alert);
if (willBeDisabled)
b.append(" The alert definition will now be disabled. \n\n");
// b.append(" Please press ");