Improve alerts preferences messages

This commit is contained in:
emanuele-f 2018-04-04 15:57:45 +02:00
parent faf5f1e0a1
commit 7cabd032c1
3 changed files with 34 additions and 34 deletions

View file

@ -331,7 +331,7 @@ function printExternalAlertsReport()
local alert_sev_labels = {i18n("prefs.errors"), i18n("prefs.errors_and_warnings"), i18n("prefs.all")}
local alert_sev_values = {"error", "warning", "info"}
print('<tr><th colspan="2" class="info">'..i18n("prefs.external_alerts")..'</th></tr>')
print('<tr><th colspan="2" class="info">'..i18n("prefs.alerts_notifications")..'</th></tr>')
prefsToggleButton({
field = "toggle_external_alerts",