-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
(Win/Linux) New Private window should be New private window, in hamburger menu #17377
Comments
@stephendonner Windows and Linux? |
Yup. |
Let's give it a try. |
Hi @SebastianLF by this, do you mean to say you'd like to try fixing this issue? If so, please confirm, and I'll assign to you; thanks! |
Exactly. I will work on it tomorrow. |
Package 'libgnome-keyring-dev' is no more maintained on my actual version of ubuntu 20.04. I'll install version 18.04 in a new partition on my disk and make it work. |
How's this going @SebastianLF? If for some reason you're (later) unable to make progress, please unassign it back, so others can also take a look; thanks! |
@stephendonner I installed ubuntu 18.04 and set up everything today. I certainly send a PR tomorrow. |
when "npm run init", it starts to download 16gb of data, why is that big ? |
@SebastianLF running |
Thanks for your answer, I'll do this way. Is it in 'generated_resources_override.grd' or 'generated_resources.grd' that the string should be modified? |
@SebastianLF we have some info on our wiki here: But I'm not seeing that addressed unfortunately. @mkarolin @petemill @mariospr do we have any docs for when to use |
I can work on this issue and make the PR asap. |
Hi @bsclifton @stephendonner . i had made a pr that will close this issue |
Folks, thanks for your willingness to help; @SebastianLF still has this assigned to him, so I'd like to give him first attempt at solving it; thanks! |
PR: brave/brave-core#9821 |
Sorry for the delay; I've put a couple more reviewers on your PR, who will hopefully be able to take a look soon! 🙏 |
Thanks for the attempt @SebastianLF - I removed the Updated the top issue with a note |
Verified
|
Brave | 1.50.87 Chromium: 111.0.5563.64 (Official Build) dev (64-bit) |
---|---|
Revision | c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995} |
OS | Linux |
Confirmed string now reads New private window with Tor
Verified
|
Brave | 1.50.87 Chromium: 111.0.5563.64 (Official Build) dev (64-bit) |
---|---|
Revision | c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995} |
OS | Windows 10 Version 22H2 (Build 19045.2673) |
Implementation note (from @mkarolin; updated by @bsclifton)
_override.grd
files can't be modified; these are auto-generated when we runnpm run chromium_rebase_l10n
_override.grd
files are based on automatic generic substitutions that are mapped in https://github.com/brave/brave-core/blob/master/script/lib/grd_string_replacements.pyapp/brave_generated_resources.grd
and then replaceIDS_NEW_INCOGNITO_WINDOW
with our string ID in code via achromium_src
override.Original issue description
New Private window should be New private window, in hamburger menu
Windows and Linux desktop only;
macOS
is taken care of in #17308Steps to Reproduce
Actual result:
Reads
New Private window
Expected result:
New private window
Reproduces how often:
100%
Brave version (brave://version info)
/cc @nullhook
The text was updated successfully, but these errors were encountered: