Module: check_mk
Branch: master
Commit: ba726e8e7b06608c6851d4904bf3c7d25b9ac06f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ba726e8e7b0660…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Sep 20 11:43:11 2012 +0200
Changed localization of reschedule string
---
web/plugins/icons/builtin.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web/plugins/icons/builtin.py b/web/plugins/icons/builtin.py
index df244ef..7cc9de4 100644
--- a/web/plugins/icons/builtin.py
+++ b/web/plugins/icons/builtin.py
@@ -94,7 +94,7 @@ def paint_reschedule(what, row, tags, custom_vars):
servicedesc = ''
wait_svc = ''
icon = 'icon_reload'
- txt = _('Reschedule an immediate check of this %s') % _(what)
+ txt = _('Reschedule an immediate check of this %(obj)s') %
{'obj': _(what)}
if what == 'service':
servicedesc = row['service_description']