Module: check_mk
Branch: master
Commit: 08a23dbfa59e2f55e2af5f026f145451eb99500a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=08a23dbfa59e2f…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Jun 25 16:49:48 2014 +0200
AV: rename column to "Last Known Plugin Output"
---
web/plugins/views/availability.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/views/availability.py b/web/plugins/views/availability.py
index 93dd5a9..fa92e88 100644
--- a/web/plugins/views/availability.py
+++ b/web/plugins/views/availability.py
@@ -940,7 +940,7 @@ def render_timeline(timeline_rows, from_time, until_time,
considered_duration,
break
else:
table.cell(_("State"), "(%s/%s)" % (sid,sname))
- table.cell(_("Additional information"), row["log_output"])
+ table.cell(_("Last Known Plugin Output"), row["log_output"])
table.end()