I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a46ca210 authored by str4d's avatar str4d
Browse files

Added some spaces to notification messages on /configsidebar

parent 328857f9
No related branches found
No related tags found
No related merge requests found
...@@ -41,11 +41,11 @@ public class ConfigSummaryHandler extends FormHandler { ...@@ -41,11 +41,11 @@ public class ConfigSummaryHandler extends FormHandler {
} else if ("1".equals(group)) { } else if ("1".equals(group)) {
if (_action.equals(_("Use full preset"))) { if (_action.equals(_("Use full preset"))) {
_context.router().saveConfig(SummaryHelper.PROP_SUMMARYBAR, SummaryHelper.PRESET_FULL); _context.router().saveConfig(SummaryHelper.PROP_SUMMARYBAR, SummaryHelper.PRESET_FULL);
addFormNotice(_("Full summary bar preset selected.") + addFormNotice(_("Full summary bar preset selected.") + " " +
_("Summary bar will refresh shortly.")); _("Summary bar will refresh shortly."));
} else if (_action.equals(_("Use reduced preset"))) { } else if (_action.equals(_("Use reduced preset"))) {
_context.router().saveConfig(SummaryHelper.PROP_SUMMARYBAR, SummaryHelper.PRESET_SHORT); _context.router().saveConfig(SummaryHelper.PROP_SUMMARYBAR, SummaryHelper.PRESET_SHORT);
addFormNotice(_("Reduced summary bar preset selected.") + addFormNotice(_("Reduced summary bar preset selected.") + " " +
_("Summary bar will refresh shortly.")); _("Summary bar will refresh shortly."));
} else { } else {
addFormError(_("Unsupported")); addFormError(_("Unsupported"));
...@@ -116,7 +116,7 @@ public class ConfigSummaryHandler extends FormHandler { ...@@ -116,7 +116,7 @@ public class ConfigSummaryHandler extends FormHandler {
} }
} }
SummaryHelper.saveSummaryBarSections(_context, sections); SummaryHelper.saveSummaryBarSections(_context, sections);
addFormError(_("Saved order of sections.") + addFormError(_("Saved order of sections.") + " " +
_("Summary bar will refresh shortly.")); _("Summary bar will refresh shortly."));
} else { } else {
addFormError(_("Unsupported")); addFormError(_("Unsupported"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment