forked from I2P_Developers/i2p.i2p
more tagging and trans
term rev [not failing] -> [Standard] 1 string(notice) with link still left in confstats
This commit is contained in:
@@ -115,9 +115,9 @@ public class ConfigStatsHandler extends FormHandler {
|
||||
_context.router().setConfigSetting(StatManager.PROP_STAT_FULL, "" + _isFull);
|
||||
boolean ok = _context.router().saveConfig();
|
||||
if (ok)
|
||||
addFormNotice("Stat filter and location updated successfully to: " + stats.toString());
|
||||
addFormNotice(_("Stat filter and location updated successfully to") + ": " + stats.toString());
|
||||
else
|
||||
addFormError("Failed to update the stat filter and location");
|
||||
addFormError(_("Failed to update the stat filter and location"));
|
||||
addFormNotice("Graph list updated, may take up to 60s to be reflected here and on the <a href=\"graphs.jsp\">Graphs Page</a>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user