Application.MainWindow: Fix hidden auth and cert infobars buttons
This commit is contained in:
parent
e3cd1ca64c
commit
7e05b99db5
1 changed files with 2 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ public class Application.MainWindow :
|
|||
);
|
||||
// Translators: An info bar button label
|
||||
var auth_retry = new Gtk.Button.with_label(_("Login"));
|
||||
auth_retry.show();
|
||||
// Translators: An info bar button tool-tip
|
||||
auth_retry.tooltip_text = _(
|
||||
"Retry login, you will be prompted for your password"
|
||||
|
|
@ -557,6 +558,7 @@ public class Application.MainWindow :
|
|||
);
|
||||
// Translators: An info bar button label
|
||||
var cert_retry = new Gtk.Button.with_label(_("Check"));
|
||||
cert_retry.show();
|
||||
// Translators: An info bar button tool-tip
|
||||
cert_retry.tooltip_text = _(
|
||||
"Check the security details for the connection"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue