Corrected output of message to notice instead of error on summary bar config page

This commit is contained in:
str4d
2012-07-10 12:05:07 +00:00
parent dbd95c5c64
commit ebc4d53fa9

View File

@ -137,8 +137,8 @@ public class ConfigSummaryHandler extends FormHandler {
}
}
SummaryHelper.saveSummaryBarSections(_context, "default", sections);
addFormError(_("Saved order of sections.") + " " +
_("Summary bar will refresh shortly."));
addFormNotice(_("Saved order of sections.") + " " +
_("Summary bar will refresh shortly."));
} else {
addFormError(_("Unsupported"));
}