diff --git a/addon/globalPlugins/timezone.py b/addon/globalPlugins/timezone.py index 3152994..2533ecc 100644 --- a/addon/globalPlugins/timezone.py +++ b/addon/globalPlugins/timezone.py @@ -72,7 +72,7 @@ def run(self): class TimezoneSelectorDialog(wx.Dialog): def __init__(self, parent, globalPluginClass): - super(wx.Dialog, self).__init__(parent, title = _("Configure Timezone Ring...")) + super(wx.Dialog, self).__init__(parent, title = _("Configure Timezone Ring")) self.gPlugin = globalPluginClass sHelper = guiHelper.BoxSizerHelper(self, orientation=wx.VERTICAL) self.filterElement = sHelper.addLabeledControl(_("Filter:"), wx.TextCtrl)