Skip to content

Commit d9a7dd3

Browse files
authored
Update main_window.py
1 parent c2669ef commit d9a7dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ def back_to_main(w):
13921392
self.importwaitBox.append(self.logoutButton)
13931393

13941394
# create button for backing to the previous page
1395-
self.backtomButton = Gtk.Button.new_with_label("Back to previous page")
1395+
self.backtomButton = Gtk.Button.new_with_label(_["back_to_page"])
13961396
self.backtomButton.connect("clicked", back_to_main)
13971397
self.backtomButton.add_css_class("pill")
13981398
self.backtomButton.set_margin_start(170)

0 commit comments

Comments
 (0)