Skip to content

Commit a478c3b

Browse files
authored
Update main.py
1 parent 84a8222 commit a478c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ def spinner_size(self):
537537
# default size of Window
538538
self.set_default_size(340, 340)
539539
self.set_size_request(340, 340)
540-
self.label_spinner.set_text('40 (%s)' % jT["default"])
541540

542541
# Start button action
543542
def on_buttonStart_clicked(self, widget, *args):
@@ -654,7 +653,7 @@ def non_activated_notification(self):
654653
else:
655654
self.label_notification.set_text(notification)
656655
else:
657-
self.label_notification.set_text(notification)
656+
self.label_notification.set_text(jT["default"])
658657

659658
# Notification function
660659
def notification(self):

0 commit comments

Comments
 (0)