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