Skip to content

Commit

Permalink
Removed ... from dialog name
Browse files Browse the repository at this point in the history
  • Loading branch information
munawarb committed Mar 21, 2020
1 parent 7be0195 commit 779e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/timezone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 779e871

Please sign in to comment.