Make the dialog a bit bigger to fit some of the strings
This commit is contained in:
parent
c1446b213a
commit
bc36bd888d
2 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,7 @@ passdlg_check_password_timeout_cb (PasswordDialog *pdialog)
|
|||
msg = g_strconcat ("<b>", _("Please type the password again, it is wrong."), "</b>", NULL);
|
||||
good_password = FALSE;
|
||||
} else {
|
||||
msg = g_strconcat ("<b>", _("Click the Change Password button to change the password."), "</b>", NULL);
|
||||
msg = g_strconcat ("<b>", _("Click on Change Password to change the password."), "</b>", NULL);
|
||||
good_password = TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -2733,6 +2733,7 @@
|
|||
|
||||
<widget class="GtkDialog" id="change-password">
|
||||
<property name="border_width">5</property>
|
||||
<property name="width_request">500</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes">Change Password</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue