Closed Bug 785697 Opened 12 years ago Closed 12 years ago

Typos/Errors in gclicommands.properties: Comments always talk about 'step over'

Categories

(DevTools :: Console, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 18

People

(Reporter: aryx, Assigned: ravicat2013)

Details

(Whiteboard: [good first bug][mentor=aryx][fixed-in-fx-team])

Attachments

(1 file, 2 obsolete files)

Firefox Nightly 20120825

The comments here always talk about 'step over', but should be altered to match the string.

# LOCALIZATION NOTE (dbgStepOverDesc) A very short string used to describe the
# function of the dbg step over command.
dbgStepOverDesc=Executes the current statement and then stops at the next statement. If the current statement is a function call then the debugger executes the whole function, and it stops at the next statement after the function call

# LOCALIZATION NOTE (dbgStepInDesc) A very short string used to describe the
# function of the dbg step over command.
dbgStepInDesc=Executes the current statement and then stops at the next statement. If the current statement is a function call, then the debugger steps into that function, otherwise it stops at the next statement

# LOCALIZATION NOTE (dbgStepOutDesc) A very short string used to describe the
# function of the dbg step over command.
dbgStepOutDesc=Steps out of the current function and up one level if the function is nested. If in the main body, the script is executed to the end, or to the next breakpoint. The skipped statements are executed, but not stepped through
Whiteboard: [good first bug] → [good first bug][mentor=aryx]
Assignee: nobody → ravicat2013
Status: NEW → ASSIGNED
Attachment #655958 - Attachment is obsolete: true
Attachment #655964 - Flags: review?(archaeopteryx)
Attachment #655964 - Flags: approval1.9.2.28?
Attachment #655964 - Flags: approval-mozilla-aurora?
Attachment #655964 - Flags: approval1.9.2.28?
Attachment #655964 - Flags: approval-mozilla-aurora?
Comment on attachment 655964 [details] [diff] [review]
patch: changed the comments accordingly

> # LOCALIZATION NOTE (dbgStepInDesc) A very short string used to describe the
>-# function of the dbg step over command.
>+# function of the dbg step In  command.
> dbgStepInDesc=Executes the current statement and then stops at the next statement. If the current statement is a function call, then the debugger steps into that function, otherwise it stops at the next statement

Please change the "In" to lower case and use only one whitespace behind it.


> # LOCALIZATION NOTE (dbgStepOutDesc) A very short string used to describe the
>-# function of the dbg step over command.
>+# function of the dbg step out  command.
> dbgStepOutDesc=Steps out of the current function and up one level if the function is nested. If in the main body, the script is executed to the end, or to the next breakpoint. The skipped statements are executed, but not stepped through

Please use only one whitespace behind the "out".

Furthermore, this doesn't fix something critical, so only request review without requesting uplifting to aurora or more mature branches.

Thank you.
Attachment #655964 - Flags: review?(archaeopteryx) → review-
Attachment #655964 - Attachment is obsolete: true
Attachment #655979 - Flags: review?(archaeopteryx)
(In reply to Archaeopteryx [:aryx] from comment #3)
> Comment on attachment 655964 [details] [diff] [review]
> patch: changed the comments accordingly
> 
> > # LOCALIZATION NOTE (dbgStepInDesc) A very short string used to describe the
> >-# function of the dbg step over command.
> >+# function of the dbg step In  command.
> > dbgStepInDesc=Executes the current statement and then stops at the next statement. If the current statement is a function call, then the debugger steps into that function, otherwise it stops at the next statement
> 
> Please change the "In" to lower case and use only one whitespace behind it.
> 
> 
> > # LOCALIZATION NOTE (dbgStepOutDesc) A very short string used to describe the
> >-# function of the dbg step over command.
> >+# function of the dbg step out  command.
> > dbgStepOutDesc=Steps out of the current function and up one level if the function is nested. If in the main body, the script is executed to the end, or to the next breakpoint. The skipped statements are executed, but not stepped through
> 
> Please use only one whitespace behind the "out".
> 
> Furthermore, this doesn't fix something critical, so only request review
> without requesting uplifting to aurora or more mature branches.
> 
> Thank you.

i am sorry for that . i am new. so dont know which options to select.
i have made the necessary changes as said by you

thank you
Comment on attachment 655979 [details] [diff] [review]
patch: changed the comments accordingly

Thank you, no need to worry. The patch looks good, but has to be formally reviewed by the owner or a peer of the devtools/console team, so asking :jwalker for review (and doing/delegating the checkin).
Attachment #655979 - Flags: review?(archaeopteryx) → review?(jwalker)
Comment on attachment 655979 [details] [diff] [review]
patch: changed the comments accordingly

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

Thanks.
Will add to my queue of things to land
Attachment #655979 - Flags: review?(jwalker) → review+
https://tbpl.mozilla.org/?tree=Fx-Team&rev=3636c402ea3d
Whiteboard: [good first bug][mentor=aryx] → [good first bug][mentor=aryx][fixed-in-fx-team]
https://hg.mozilla.org/mozilla-central/rev/a14a4bf5e790
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: