use standard error message

This commit is contained in:
zzz
2015-09-21 12:35:39 +00:00
parent 5a2f22b00f
commit 62acfc0cae

View File

@ -106,7 +106,7 @@ public class ConfigReseedHandler extends FormHandler {
if (_context.router().saveConfig(Reseeder.PROP_RESEED_URL, null))
addFormNotice(_("URL list reset successfully"));
else
addFormError(_("URL list reset failed"));
addFormError(_("Error saving the configuration (applied but not saved) - please see the error logs"));
}
/** @since 0.8.9 */