Make the dialog a bit bigger to fit some of the strings

This commit is contained in:
Diego González 2005-08-06 17:32:04 +00:00
parent c1446b213a
commit bc36bd888d
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}

View file

@ -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>