From c8e83d2011bac4e1087e7e2bacdffcaa322b8fe8 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 24 Jun 2019 12:55:39 -0500 Subject: [PATCH] [zaycev.net]: Fixed a typo --- src/extractors/zaycev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extractors/zaycev.py b/src/extractors/zaycev.py index f8e424c..2091f1d 100644 --- a/src/extractors/zaycev.py +++ b/src/extractors/zaycev.py @@ -55,7 +55,7 @@ class settings(base.baseSettings): def __init__(self, parent): super(settings, self).__init__(parent=parent) sizer = wx.BoxSizer(wx.VERTICAL) - self.enabled = wx.CheckBox(self, wx.NewId(), _("Enable this service (it only works in the Russian Federation)")) + self.enabled = wx.CheckBox(self, wx.NewId(), _("Enable this service (works only in the Russian Federation)")) self.map.append(("enabled", self.enabled)) sizer.Add(self.enabled, 0, wx.ALL, 5) self.SetSizer(sizer) \ No newline at end of file