Closed
Bug 1334404
Opened 8 years ago
Closed 8 years ago
Replace [name of add-on] with [your extension] / [your add-on] in permission confirmation pop-up
Categories
(Toolkit :: Add-ons Manager, defect, P1)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | unaffected |
| firefox52 | --- | unaffected |
| firefox53 | --- | affected |
| firefox54 | --- | verified |
People
(Reporter: vtamas, Assigned: aswan)
References
Details
Attachments
(1 file)
[Note]
This is a follow-up bug for Bug 1308296
[Affected versions]:
Firefox 53.0a2 (2017-01-26)
Firefox 54.0a1 (2017-01-26)
[Affected platforms]:
Windows 10 64-bit
Ubuntu 16.04 32-bit
[Steps to reproduce]:
1.Launch Firefox with clean profile.
2.Create extensions.webextPermissionPrompts and set it to true.
3.Restart the browser.
4.Navigate to https://addons.mozilla.org/en-US/firefox/addon/no-google-link-rewrite-webexts/?src=search
5.Install the webextension.
[Expected Results]:
Replace the second [name of add-on] from the confirmation pop-up with [your extension] (as is specified in mock-ups https://www.figma.com/file/HrLiKUwoLQZsIUIVBKM8Wnnu/Install-Flow-showing-Permissions) or with [your add-on] (as Scott mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1308296#c17 )
| Assignee | ||
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8831314 -
Flags: review?(francesco.lodolo)
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8831314 [details]
Bug 1334404 Update post-install notification message
https://reviewboard.mozilla.org/r/107872/#review109108
I'm fine with this landing on central (with the string ID fixed), not really to land on Aurora where strings are frozen. Note that decision is up to release-drivers though.
There's a reason why I've been constantly nagging people about these strings at the end of previous cycle.
::: browser/locales/en-US/chrome/browser/browser.properties:132
(Diff revision 1)
> -# LOCALIZATION NOTE (addonPostInstall.message2)
> -# %1$S is replaced with the localized name of the extension.
> -# %2$S is replaced with the icon for the add-ons menu.
> +# LOCALIZATION NOTE (addonPostInstall.message2v2)
> +# %1$S is replaced with the icon for the add-ons menu.
> +# %2$S is replaced with the icon for the toolbar menu.
> -# %3$S is replaced with the icon for the toolbar menu.
> # Note, this string will be used as raw markup. Avoid characters like <, >, &
> -addonPostInstall.message2=Manage %1$S by clicking %2$S in the %3$S menu.
> +addonPostInstall.message2v2=Manage your add-ons by clicking %1$S in the %2$S menu.
Use message3
Attachment #8831314 -
Flags: review?(francesco.lodolo) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8831314 [details]
Bug 1334404 Update post-install notification message
https://reviewboard.mozilla.org/r/107872/#review109108
> Use message3
Well we still have message1, this is a revision of message2, it seems strange to have message1 and message3 as the names for the two messages in a dialog...
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8831314 [details]
Bug 1334404 Update post-install notification message
https://reviewboard.mozilla.org/r/107872/#review109196
Comment 5•8 years ago
|
||
Uh, why mozreview didn't publish the comment? Copying and pasting here for clarity.
Using 1 and 2 wasn't probably a great idea: one is a title, the other is a desc, aren't they?
If you think having 1 and 3 is confusing, you can switch to addonPostInstall.messageDesc or similar for the second string.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → aswan
Pushed by aswan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/edf7c9a320c2
Update post-install notification message r=flod
| Assignee | ||
Updated•8 years ago
|
Component: WebExtensions: General → Add-ons Manager
Priority: -- → P1
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
| Reporter | ||
Comment 9•8 years ago
|
||
Confirm that this issue is fixed on Firefox 54.0a1 (2017-02-01) under Windows 10 64-bit, Ubuntu 16.04 32-bit and Mac OS X 10.12.1. Post-install notification message is successfully updated: https://www.screencast.com/t/Rmt9aTsF
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•