no translation necessary for empty string
This commit is contained in:
@@ -14,7 +14,7 @@ class TimeDiffPlugin(PluginBase):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(TimeDiffPlugin, self).__init__()
|
super(TimeDiffPlugin, self).__init__()
|
||||||
self.time_diff_state = False
|
self.time_diff_state = False
|
||||||
self.time_diff_action = RAction(_(""), lambda: self._toggle_time_diff(),
|
self.time_diff_action = RAction("", lambda: self._toggle_time_diff(),
|
||||||
icon_file="icons/ionicons/stopwatch-outline.svg", checkable=True)
|
icon_file="icons/ionicons/stopwatch-outline.svg", checkable=True)
|
||||||
self.time_diff_hook = TimeDiffPreProcessLinesHook()
|
self.time_diff_hook = TimeDiffPreProcessLinesHook()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user