controls/DebugVariablePanel/DebugVariablePanel.py
changeset 1538 ee1715e94136
parent 1520 6addc58f63a6
child 1571 486f94a8032c
--- 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 = ""