beremiz
Clone
Summary
Browse
Changes
Graph
Update README.md
wxPython4
2022-10-20, etisserant
08a078a04f95
Update README.md
use back quote instead of simple quote for quoted strings.
# -*- 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")