Closed
Bug 803948
Opened 13 years ago
Closed 13 years ago
Typos in localization comments for developer tools in Firefox 18
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 19
People
(Reporter: aryx, Assigned: ananuti)
Details
(Whiteboard: [good first bug])
Attachments
(1 file)
|
6.90 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
There are some small typos in the localization comments for strings to translate which have been added with version 18.
debugger.dtd
<!-- LOCALIZATION NOTE (debuggerMenu.accesskey): This is accesskey for the
- Tools meny entry of Debugger that opens the debugger UI. -->
<!ENTITY debuggerMenu.accesskey "D">
"meny" should be "menu"
gclicommands.properties
# LOCALIZATION NOTE (screenshotSelectorChromeConflict) Exception thwon when user
# tries to use 'selector' option along with 'chrome' option of the screenshot
# command. Refer: https://bugzilla.mozilla.org/show_bug.cgi?id=659268#c7
Should be 'thrown'.
# LOCALIZATION NOTE (screenshotGeneratedFilename) The auto generated filename
# when no file name is provided. the first argument (%1$S) is the date string
# in yyyy-mm-dd format and the second argument (%2$S) is the time string
# in HH.MM.SS format. Please don't add the extension here.
". the first" should be ". The first"
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 673679 [details] [diff] [review]
patch
Thanks!
Attachment #673679 -
Flags: review?(jwalker) → review+
Updated•13 years ago
|
Whiteboard: [good first bug] → [good first bug][land-in-fx-team]
Comment 3•13 years ago
|
||
Landed:
https://hg.mozilla.org/integration/fx-team/rev/8243477987d8
Thank you Ekanan!
Whiteboard: [good first bug][land-in-fx-team] → [good first bug][fixed-in-fx-team]
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][fixed-in-fx-team] → [good first bug]
Target Milestone: --- → Firefox 19
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•