Closed
Bug 966894
Opened 11 years ago
Closed 11 years ago
Use U+2026 for ellipsis in netmonitor.properties
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: vporof, Assigned: flod)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
2.44 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
There are a few strings that use three dots instead of an ellipsis in the network monitor:
<!ENTITY netmonitorUI.footer.perf "Toggle performance analysis...">
<!ENTITY netmonitorUI.context.perfTools "Start Performance Analysis...">
We should use a standard ellipsis symbol for them.
Assignee | ||
Comment 1•11 years ago
|
||
Not sure if you can do it here since it's devtools::debugger, but bug 927673 introduced another string with the wrong dots.
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #1)
> Not sure if you can do it here since it's devtools::debugger, but bug 927673
> introduced another string with the wrong dots.
Please file a separate bug for that.
Assignee | ||
Comment 3•11 years ago
|
||
No need to change string ID in these cases.
Assignee: nobody → francesco.lodolo
Attachment #8372802 -
Flags: review?(vporof)
Reporter | ||
Updated•11 years ago
|
Attachment #8372802 -
Flags: review?(vporof) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Updated•11 years ago
|
Whiteboard: [qa-]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•