beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix search result not showing single occurrences
22 months ago, Edouard Tisserant
f1c673cddc1f
IDE: Fix search result not showing single occurrences
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")