[English Grammar Error] - 'Saves to the screenshot directly to the clipboard' - Hovered text when in Firefox devtools
Categories
(DevTools :: General, defect, P5)
Tracking
(firefox89 fixed)
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: dowire2808, Assigned: garima.mazumdar, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(2 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
TLDR: This line has incorrect grammar - https://github.com/mozilla/gecko-dev/blob/7ef5cefd0468b8f509efe38e0212de2398f4c8b3/devtools/client/locales/en-US/toolbox-options.ftl#L69
Steps to reproduce on program:
- User opens Firefox (currently on Windows 7 Firefox 84.0.2 (64-bit))
- User opens Developer Tools in Firefox.
- User clicks the three dots on the top right of Developer Tools. User clicks 'Settings'.
- User hovers over 'Screenshot to Clipboard' list item under the heading 'Screenshot Behavior'
Actual results:
- User sees the hovered text as 'Saves to the screenshot directly to the clipboard' which is incorrect English grammar.
Expected results:
User should have seen 'Saves the screenshot directly to the clipboard'. The first 'to' is incorrect.
Comment 1•2 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
![]() |
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Can I give this a try? It would be my first contribution. I'm not sure how to access the codebase. Does someone have to send a link?
![]() |
||
Comment 3•2 years ago
|
||
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html has the instructions how to get the source code, create the patch etc.
https://searchfox.org/ let's you search the code.
Please comment if you have questions or get stuck.
Comment 4•2 years ago
|
||
Thanks! I have the source code and a build running on my machine. I was able to find and correct the line with incorrect grammar. Should I use Phabricator to submit the new code? Who should I send it to for review?
![]() |
||
Comment 5•2 years ago
|
||
Glad to hear it worked for you so far. Please set r=Honza
in the commit message to request review or add him as reviewer in Phabricator after you submitted the patch. He is the triage owner for the Bugzilla component DevTools :: General
into which the file with the string belongs (top right).
Comment 6•2 years ago
|
||
I just commited the patch, I think. I made sure to put r=Honza and the bug number 1687586 in the commit message. If it doesn't show up, or if I did something incorrect, please let me know. I'm not sure I'm using Phabricator correctly, and I want to make sure I follow correct procedure. Thank you.
![]() |
||
Comment 7•2 years ago
|
||
I don't see your submission. Did moz-phab say the submission succeed and provide a url to the uploaded patch? You likely still need commit access, see https://www.mozilla.org/en-US/about/governance/policies/commit/ how to obtain it. Thank you in advance.
Comment 8•2 years ago
•
|
||
Joseph, I don't see any patch review assigned to me from you.
You might want to take a look at the docs here
https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/contributing-to-mc.html
Honza
Comment 9•2 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 10•2 years ago
|
||
Depends on D111466
Updated•2 years ago
|
Assignee | ||
Comment 11•2 years ago
|
||
Hi, I've just fixed this bug and committed the change using moz-phab, could you please let me know if it has been submitted correctly?
Comment 12•2 years ago
|
||
(In reply to Garima Mazumdar from comment #11)
Hi, I've just fixed this bug and committed the change using moz-phab, could you please let me know if it has been submitted correctly?
Just commented on the patch, thank you for working on this!
Also, you can use the "Request information from" field at the bottom of this page when asking someone for help. It increases your chances to get an answer since the person will get an notification.
Honza
Assignee | ||
Comment 13•2 years ago
|
||
I've updated the string ID and also updated the reference to it in the code, so while committing, what message should I put?
Comment 14•2 years ago
|
||
(In reply to Garima Mazumdar from comment #13)
I've updated the string ID and also updated the reference to it in the code, so while committing, what message should I put?
You can use something as follows:
Bug 1687586 - [devtools] Fixing tooltip text in DevTools Settings panel
Assignee | ||
Comment 15•2 years ago
|
||
Comment 16•2 years ago
|
||
You should update an existing phab patch not create new one with new changes.
Just use:
hg commit --amend
Assignee | ||
Comment 17•2 years ago
|
||
Ohh alright, so should I revert the previous commit? And if I should, how should I go about it?
Comment 18•2 years ago
|
||
Go to Phab, click on "Edit Revision" and remove the Bug ID, so the patch disappears from this bug.
You should also "Edit Deatails" of the attachement and mark it as "Obsolete"
Comment 19•2 years ago
|
||
Comment on attachment 9214866 [details]
WIP: Bug 1687586 - [devtools] Fixing tooltip text in DevTools Settings panel
Revision D111531 was moved to bug 1698595. Setting attachment 9214866 [details] to obsolete.
Assignee | ||
Comment 20•2 years ago
|
||
I'm not sure if it worked, could you please let me know?
Updated•2 years ago
|
Comment 21•2 years ago
|
||
Looks good now.
I assume that the revision that should be updated is this: https://phabricator.services.mozilla.com/D111471
Updated•2 years ago
|
Assignee | ||
Comment 22•2 years ago
|
||
Hi, I've added the changes using moz-phab, please let me know what I should do next
Assignee | ||
Comment 23•2 years ago
|
||
Hey! Just wanted to follow up, could you please let me know what I have to do next? :)
Comment 24•2 years ago
|
||
You need to resolve all the comments made in the attached patch
When uploading changes you should update the existing patch (not create a new one, see also comment #16)
https://phabricator.services.mozilla.com/D111471
Mainly you should:
- Remove unnecessary changes from the patch
- Change the String ID
Honza
Assignee | ||
Comment 25•2 years ago
|
||
Could you tell me how to get rid of the unnecessary changes? Should I get rid of the previous patch and then make the required changes in the necessary files and commit those changes? Or should I add the original lines back to the unnecessary changes and then commit?
Comment 26•2 years ago
•
|
||
(In reply to Garima Mazumdar from comment #25)
Or should I add the original lines back and then commit?
Yes and use: hg commit --amend
Updated•2 years ago
|
Updated•2 years ago
|
Comment 27•2 years ago
|
||
Pushed by jodvarko@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/236bbf59a498 [devtools] Fixing title text in the Settings panel. r=Honza,flod
Comment 28•2 years ago
|
||
bugherder |
Description
•