Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Mar 29, 2013
1 parent 8191dd8 commit 0bbe6a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extension/locale/en-US/firebug.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1643,12 +1643,12 @@ console.cmd.help.help=Displays help for all available commands.
console.cmd.help.include=Includes a remote script.
# LOCALIZATION NOTE (functionMonitor.Monitor_created, functionMonitor.Monitor_removed):
# A message displayed to the user when monitor() or unmonitor() Command line APIs are used.
functionMonitor.Monitor_created=Monitor created for %1$S
functionMonitor.Monitor_removed=Monitor removed for %1$S
# LOCALIZATION NOTE (functionMonitor.Breakponit_created, functionMonitor.Breakponit_removed):
functionMonitor.Monitor_created=Monitor created for %1$S.
functionMonitor.Monitor_removed=Monitor removed for %1$S.
# LOCALIZATION NOTE (functionMonitor.Breakpoint_created, functionMonitor.Breakpoint_removed):
# A message displayed to the user when debug() or undebug() Command line APIs are used.
functionMonitor.Breakponit_created=Breakpoint created in %1$S
functionMonitor.Breakponit_removed=Breakpoint removed in %1$S
functionMonitor.Breakpoint_created=Breakpoint created in %1$S.
functionMonitor.Breakpoint_removed=Breakpoint removed in %1$S.
# LOCALIZATION NOTE (console.cmd.helpUrlNotAvailable): A message used displayed to the user
# if registered command doesn't have help URL associated and the user clicks on the command name.
# List of command names is displayed if you type "help" (without quotes) into the command line.
Expand Down

0 comments on commit 0bbe6a3

Please sign in to comment.