forked from I2P_Developers/i2p.i2p
Corrected output of message to notice instead of error on summary bar config page
This commit is contained in:
@ -137,8 +137,8 @@ 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"));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user