You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -447,7 +448,7 @@ class NoBrowserError(Gtk.Window):
447
448
text_lab=Gtk.Label(_("The name of the SSB will cause an existing SSB to\nbe overwritten. To prevent this, change a letter in\nthe name. Continue anyway?"))
448
449
text_lab=Gtk.Label(_("Ice requires a system installation of either Google\nChrome or Chromium in order to function. Please\ninstall at least one in order to create SSBs."))
449
450
450
-
close=Gtk.Button.new_from_stock(Gtk.STOCK_CLOSE)
451
+
close=Gtk.Button(label="Close")
451
452
close.connect("clicked", self.destroy)
452
453
void=Gtk.Label()
453
454
box=Gtk.HBox()
@@ -497,9 +498,9 @@ class DuplicateError(Gtk.Window):
text_lab=Gtk.Label(_("The name of the SSB will cause an existing SSB to\nbe overwritten. To prevent this, change a letter in\nthe name. Continue anyway?"))
@@ -536,9 +537,9 @@ class AddressError(Gtk.Window):
536
537
main_lab.set_markup(_("<b>Warning: HTTP or URL Error</b>"))
537
538
text_lab=Gtk.Label(_("An error with the web address has been detected.\nThis is possibly the site being down or unavailable\nright now. Continue anyway?"))
0 commit comments