Closed
Bug 705464
Opened 14 years ago
Closed 14 years ago
typo in gcli.properties
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 11
People
(Reporter: mamozrk, Assigned: jwalker)
References
Details
Attachments
(1 file)
1.21 KB,
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/browser/locales/en-US/chrome/browser/devtools/gcli.properties#70
http://mxr.mozilla.org/mozilla-central/source/browser/locales/en-US/chrome/browser/devtools/gcli.properties#75
typesNumberMax=%1$S is smaller that minimum allowed: %2$S.
typesNumberMin=%1$S is smaller that minimum allowed: %2$S.
In both cases, "that" should be "than".
This is also on aurora (where I saw it, whilst localising). You can fix this there without affecting the string freeze.
Reporter | ||
Comment 1•14 years ago
|
||
(sorry for the bugspam, I forgot this was so closely related to the file above.)
http://mxr.mozilla.org/mozilla-central/source/browser/locales/en-US/chrome/browser/devtools/webconsole.properties#94
helperFuncUnsupportedTypeError=Can't call pprint on this type of object.
Is "pprint" some arcane function, or (as I suspect) a typo?
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to Mark Tyndall from comment #1)
> Is "pprint" some arcane function, or (as I suspect) a typo?
It's only slightly arcane - the console has functions [1] to do pretty printing, and we borrow the name pprint for this from 'python' [2].
[1] https://developer.mozilla.org/en/Using_the_Web_Console/Helpers
[2] http://docs.python.org/library/pprint.html
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #578534 -
Flags: review?(dcamp)
Updated•14 years ago
|
Attachment #578534 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Assignee | ||
Comment 5•14 years ago
|
||
OS: Windows 7 → All
Hardware: x86_64 → All
Whiteboard: [fixed-in-fx-team]
![]() |
||
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 11
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•