-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dialog was too small for French localization #3313
Conversation
This comment has been minimized.
This comment has been minimized.
Also updated the names of the controls because |
@vinix38, from that description it sounds like you meant to widen this button: CKAN/GUI/Dialogs/NewUpdateDialog.Designer.cs Lines 85 to 93 in 25fa82d
Would you still want to do that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
Since this dialog only shows up on updating, I had no way to check if it worked.
When updating to 1.30, I noticed that the "not now" button wasn't big enough.
I made it bigger, and I shortened the text, but I don't know how to test my changes.