beremiz
Clone
Summary
Browse
Changes
Graph
Don't close ForceVariableDialog if user entered wrong new value
2019-02-14, Andrey Skvortsov
d6e0442a3986
Don't close ForceVariableDialog if user entered wrong new value
return back to edit field in this case
# -*- 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")