Closed
Bug 1932218
Opened 1 year ago
Closed 1 year ago
Hard-coded content in browser_menu_tools_description_2
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1931824
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | unaffected |
| firefox133 | --- | unaffected |
| firefox134 | --- | affected |
People
(Reporter: flod, Unassigned)
References
(Regression)
Details
(Keywords: regression)
We have a string blocked in review, so I went searching for the code
https://github.com/mozilla-l10n/android-l10n/pull/834
https://hg.mozilla.org/mozilla-central/rev/9ec7b95d8b9c
While I'm not familiar with Android development, I think this is hard-coding spaces and commas to inject them in Reader View,%s Print, Share, Open app
if (reportSiteIssueLabel != null) {
(" $reportSiteIssueLabel,")
} else {
""
},
This doesn't work, you should expose 2 separate strings without replacements.
Reader View, Report Site Issue, Print, Share, Open app
Reader View, Print, Share, Open app
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1929334
:giorga, since you are the author of the regressor, bug 1929334, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox132:
--- → unaffected
status-firefox133:
--- → unaffected
status-firefox134:
--- → affected
Flags: needinfo?(giorga)
Comment 2•1 year ago
|
||
I made a fix https://bugzilla.mozilla.org/show_bug.cgi?id=1931824
Flags: needinfo?(giorga)
| Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•