зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1605873 - Rename networkMenu.ws.summary.tooltip.framesTranferredSize to networkMenu.ws.summary.label.framesTranferredSize;r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D61098 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b71112f087
Коммит
6c24cec024
|
@ -225,10 +225,10 @@ networkMenu.ws.summary.tooltip.framesCount=Number of messages
|
|||
# what the framesTotalSize label displays
|
||||
networkMenu.ws.summary.tooltip.framesTotalSize=Total size of displayed messages
|
||||
|
||||
# LOCALIZATION NOTE (networkMenu.ws.summary.tooltip.framesTranferredSize): A tooltip explaining
|
||||
# what the framesTranferredSize label displays
|
||||
# LOCALIZATION NOTE (networkMenu.ws.summary.label.framesTranferredSize): A label showing
|
||||
# summary size info related to the current list of WS messages
|
||||
# %1$S is the total size of the transferred data, %2$S is the size of sent data, %3$S is the size of received data.
|
||||
networkMenu.ws.summary.tooltip.framesTranferredSize=%1$S total, %2$S sent, %3$S received
|
||||
networkMenu.ws.summary.label.framesTranferredSize=%1$S total, %2$S sent, %3$S received
|
||||
|
||||
# LOCALIZATION NOTE (networkMenu.ws.summary.tooltip.framesTotalTime): A tooltip explaining
|
||||
# what framesTotalTime displays
|
||||
|
|
|
@ -92,7 +92,7 @@ class StatusBar extends Component {
|
|||
title: TOOLTIP_FRAMES_TOTAL_SIZE,
|
||||
},
|
||||
L10N.getFormatStr(
|
||||
"networkMenu.ws.summary.tooltip.framesTranferredSize",
|
||||
"networkMenu.ws.summary.label.framesTranferredSize",
|
||||
totalSizeText,
|
||||
sentSizeText,
|
||||
receivedText
|
||||
|
|
Загрузка…
Ссылка в новой задаче