We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2669ef commit d9a7dd3Copy full SHA for d9a7dd3
src/main_window.py
@@ -1392,7 +1392,7 @@ def back_to_main(w):
1392
self.importwaitBox.append(self.logoutButton)
1393
1394
# create button for backing to the previous page
1395
- self.backtomButton = Gtk.Button.new_with_label("Back to previous page")
+ self.backtomButton = Gtk.Button.new_with_label(_["back_to_page"])
1396
self.backtomButton.connect("clicked", back_to_main)
1397
self.backtomButton.add_css_class("pill")
1398
self.backtomButton.set_margin_start(170)
0 commit comments