Code cleanup

This commit is contained in:
2024-05-18 17:24:28 -06:00
parent cd7279e83b
commit 9c2511561a
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ class CommunityTimeline(wx.Dialog):
super(CommunityTimeline, self).__init__(parent=None, *args, **kwargs)
panel = wx.Panel(self)
communitySizer = wx.BoxSizer()
self.SetTitle(_("Create community buffer"))
self.SetTitle(_("Create community timeline"))
communityLabel = wx.StaticText(panel, -1, _("Community URL"))
self.url = wx.TextCtrl(panel, -1)
self.url.SetFocus()