Closed
Bug 795723
Opened 12 years ago
Closed 12 years ago
Remove hardcoded comma before introTextKeys and make it localizable
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 22
People
(Reporter: Tonnes, Assigned: Tonnes)
Details
Attachments
(1 file)
1.85 KB,
patch
|
jwalker
:
review+
|
Details | Diff | Splinter Review |
When opening the Developer Toolbar for the first time, en-US Firefox says the following:
* For a list of commands type >>Help, or to show/hide command hints press…
Apparently the [comma whitespace] part following ‘Help’ has been hardcoded, making it unwantedly appear in our and maybe other locales. E.g. for nl this currently appears as
* Typ >>Help , voor een lijst met opdrachten of druk op…
It would be nice to either have a new localizable string for this part, or (easier) just have the current ‘comma whitespace combo’ moved to the beginning of introTextKeys, so locales can use them there if needed. See mxr.mozilla.org/mozilla-aurora/source/browser/devtools/commandline/gcli.jsm#6870.
Assignee | ||
Comment 1•12 years ago
|
||
This might be all that is needed.
Assignee | ||
Updated•12 years ago
|
Summary: Remove hardcoded ‘comma whitespace’ before introTextKeys and make it localizable → Remove hardcoded comma before introTextKeys and make it localizable
Assignee | ||
Comment 2•12 years ago
|
||
Sorry to ask, but what would it take to get this done for v.next?
Comment 3•12 years ago
|
||
Comment on attachment 705881 [details] [diff] [review]
Move comma to introTextKeys
Review of attachment 705881 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch.
I'll get this landed.
Attachment #705881 -
Flags: review+
Comment 4•12 years ago
|
||
(In reply to Ton from comment #2)
> Sorry to ask, but what would it take to get this done for v.next?
Another time, a good way to get attention is to ask for a review from someone, but thanks for making the patch. Will land soon.
Whiteboard: [land-in-fxteam]
Comment 6•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Fx-Team&rev=7eb5914cbb5d
https://hg.mozilla.org/integration/fx-team/rev/1ac8426837f5
Whiteboard: [land-in-fxteam] → [fixed-in-fx-team]
Comment 7•12 years ago
|
||
Assignee: nobody → tonnes.mb
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 22
Comment 8•12 years ago
|
||
Thanks for your help getting this landed, Ton.
Assignee | ||
Comment 9•12 years ago
|
||
Thanks for picking it up and fixing. :)
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•