diff -r e8629f0cc93b -r ee1715e94136 controls/DebugVariablePanel/DebugVariablePanel.py --- a/controls/DebugVariablePanel/DebugVariablePanel.py Wed Oct 05 10:07:10 2016 +0300 +++ b/controls/DebugVariablePanel/DebugVariablePanel.py Wed Oct 05 18:01:28 2016 +0300 @@ -562,7 +562,7 @@ else: tick = None if tick is not None: - self.TickLabel.SetLabel("Tick: %d" % tick) + self.TickLabel.SetLabel(label=_("Tick: %d") % tick) tick_duration = int(tick * self.Ticktime) not_null = False duration = ""