Skip to content
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

fix: i18n of gtk msgbox buttons #19904

Merged
merged 4 commits into from Aug 27, 2019
Merged

fix: i18n of gtk msgbox buttons #19904

merged 4 commits into from Aug 27, 2019

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented Aug 23, 2019

Description of Change

Does for GTK messageboxes what #19756 (12df0e8) did for GTK file dialogs: fixes the i18n of the stock buttons in a way that doesn't break the buttons' keyboard shortcuts.

CC @codebytere

Checklist

Release Notes

Notes: Fixed i18n of GTK messageboxes' stock buttons.

similar to #19756 (12df0e8) but for messageboxes
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Aug 23, 2019
Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with comment about potentially DRYing this out!

Also, 4-2-x is security-only at this juncture so i don't think we'd want to backport this there :)

shell/browser/ui/message_box_gtk.cc Outdated Show resolved Hide resolved
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Aug 24, 2019
@ckerr ckerr requested a review from codebytere August 25, 2019 00:48
rename from `gtk_util.[cc,h]` to `util_gtk.[cc,h]` so that it gets
picked up by the `extra_source_filters` rule in `BUILD.gn`.
It really shows that I cannot build locally atm... :P
@ckerr ckerr merged commit 7e61cd0 into master Aug 27, 2019
@release-clerk
Copy link

release-clerk bot commented Aug 27, 2019

Release Notes Persisted

Fixed i18n of GTK messageboxes' stock buttons.

@ckerr ckerr deleted the fix-gtk-msgbox-button-i18n branch August 27, 2019 14:57
@trop
Copy link
Contributor

trop bot commented Aug 27, 2019

I was unable to backport this PR to "5-0-x" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Aug 27, 2019

I was unable to backport this PR to "6-0-x" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Aug 27, 2019

I have automatically backported this PR to "7-0-x", please check out #19982

@codebytere
Copy link
Member

@ckerr could you please backport these to 6/5 when you have a moment?

ckerr added a commit that referenced this pull request Aug 28, 2019
Manually backport #19904. See that PR for details.
@trop
Copy link
Contributor

trop bot commented Aug 28, 2019

A maintainer has manually backported this PR to "6-0-x", please check out #20007

ckerr added a commit that referenced this pull request Aug 28, 2019
Manually backport #19904. See that PR for details.
@trop
Copy link
Contributor

trop bot commented Aug 28, 2019

A maintainer has manually backported this PR to "5-0-x", please check out #20010

zcbenz pushed a commit that referenced this pull request Aug 29, 2019
* fix: i18n of gtk msgbox buttons

Manually backport #19904. See that PR for details.

* fix: make linter happy

* fix: make linter happy
zcbenz pushed a commit that referenced this pull request Aug 29, 2019
* fix: i18n of gtk msgbox buttons

Manually backport #19904. See that PR for details.

* fix: make linter happy

* fix: make linter happy
@sofianguy sofianguy added this to Fixed in 6.0.6 in 6.1.x Aug 30, 2019
@sofianguy sofianguy added this to Fixed in 7.0.0-beta.4 in 7.2.x Sep 3, 2019
@sofianguy sofianguy added this to Fixed in 5.0.11 in 5.0.x Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
5.0.x
Fixed in 5.0.11
6.1.x
Fixed in 6.0.6
7.2.x
Fixed in 7.0.0-beta.4
Development

Successfully merging this pull request may close these issues.

None yet

4 participants