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:
Vincent Lequertier 2020-02-03 15:22:59 +00:00
Родитель b71112f087
Коммит 6c24cec024
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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