Bug 1438073 - String mixing plural and singular in markupView.display.contents.tooltiptext. r=pbro

This commit is contained in:
Gabriel Luong 2018-02-14 16:10:35 -05:00
parent 13b488a19b
commit 5a130fd6b9
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ const DISPLAY_TYPES = {
"grid": INSPECTOR_L10N.getStr("markupView.display.grid.tooltiptext"),
"inline-grid": INSPECTOR_L10N.getStr("markupView.display.inlineGrid.tooltiptext"),
"flow-root": INSPECTOR_L10N.getStr("markupView.display.flowRoot.tooltiptext"),
"contents": INSPECTOR_L10N.getStr("markupView.display.contents.tooltiptext"),
"contents": INSPECTOR_L10N.getStr("markupView.display.contents.tooltiptext2"),
};
/**

View File

@ -63,10 +63,10 @@ markupView.display.inlineGrid.tooltiptext=This element behaves like an inline el
# the markup view.
markupView.display.flowRoot.tooltiptext=This element generates a block element box that establishes a new block formatting context.
# LOCALIZATION NOTE (markupView.display.contents.tooltiptext)
# LOCALIZATION NOTE (markupView.display.contents.tooltiptext2)
# Used in a tooltip that appears when the user hovers over the display type button in
# the markup view.
markupView.display.contents.tooltiptext=This element doesnt produce a specific box by themselves, but renders its contents.
markupView.display.contents.tooltiptext2=This element doesnt produce a specific box by itself, but renders its contents.
# LOCALIZATION NOTE (markupView.event.tooltiptext)
# Used in a tooltip that appears when the user hovers over 'ev' button in