Closed Bug 761268 Opened 12 years ago Closed 12 years ago

GCLI has hard-coded strings (e.g. "Available commands:", "Commands starting with:")

Categories

(DevTools :: Console, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 16

People

(Reporter: flod, Assigned: jwalker)

Details

Attachments

(1 file)

http://mxr.mozilla.org/mozilla-central/source/browser/devtools/commandline/gcli.jsm#7937

getHeading: function() {
  return args.search == null ?
          'Available Commands:' :
          'Commands starting with \'' + args.search + '\':';
}

Those strings shouldn't be hard-coded.
Priority: -- → P2
Target Milestone: --- → Firefox 16
Attached patch Upload 1Splinter Review
Also fixed; a couple of other strings that I found while looking for similar problems, and an updated 'not found' message.
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Attachment #631879 - Flags: review?(francesco.lodolo)
Attachment #631879 - Flags: review?(dcamp)
Comment on attachment 631879 [details] [diff] [review]
Upload 1

Review of attachment 631879 [details] [diff] [review]:
-----------------------------------------------------------------

Strings and l10n comments look good to me (changing from review to approval since I'm not really entitled to do a review ;-))
Attachment #631879 - Flags: review?(francesco.lodolo) → feedback+
> changing from review to approval

approval -> feedback
Attachment #631879 - Flags: review?(dcamp) → review+
https://hg.mozilla.org/mozilla-central/rev/0acca26e3763
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: