Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Synchronize localization note fixes from Bug 1425280 (#5048)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes authored and jasonLaster committed Jan 7, 2018
1 parent d135778 commit 5c52035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/panel/debugger.properties
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ callStack.expand=Expand rows
# for the summarizing the selected search result. e.g. 5 of 10 results.
editor.searchResults=%d of %d results

# LOCALIZATION NOTE (sourceSearch.singleResult): Copy shown when there is one result.
# LOCALIZATION NOTE (editor.singleResult): Copy shown when there is one result.
editor.singleResult=1 result

# LOCALIZATION NOTE (editor.noResults): Editor Search bar message
Expand Down Expand Up @@ -411,7 +411,7 @@ editor.addConditionalBreakpoint.accesskey=c
# input element inside ConditionalPanel component
editor.conditionalPanel.placeholder=This breakpoint will pause when the expression is true

# LOCALIZATION NOTE (editor.conditionalPanel.placeholder): Tooltip text for
# LOCALIZATION NOTE (editor.conditionalPanel.close): Tooltip text for
# close button inside ConditionalPanel component
editor.conditionalPanel.close=Cancel edit breakpoint and close

Expand Down Expand Up @@ -557,7 +557,7 @@ welcome.searchFunction=%S to search for functions in file
# prompt for searching for files.
sourceSearch.search=Search sources…

# LOCALIZATION NOTE (sourceSearch.noResults): The center pane Source Search
# LOCALIZATION NOTE (sourceSearch.noResults2): The center pane Source Search
# message when the query did not match any of the sources.
sourceSearch.noResults2=No results found

Expand Down Expand Up @@ -638,7 +638,7 @@ variablesCloseButtonTooltip=Click to remove
# in the variables list on a getter or setter which can be edited.
variablesEditButtonTooltip=Click to set value

# LOCALIZATION NOTE (variablesEditableValueTooltip): The text that is displayed
# LOCALIZATION NOTE (variablesDomNodeValueTooltip): The text that is displayed
# in a tooltip on the "open in inspector" button in the the variables list for a
# DOMNode item.
variablesDomNodeValueTooltip=Click to select the node in the inspector
Expand Down

0 comments on commit 5c52035

Please sign in to comment.