Commit 9685cc49 authored by Michael Liao (WPT)'s avatar Michael Liao (WPT) Committed by Commit Bot

DevTools fix: removing extra grdp string for softcontextmenu and updating string for profiler

Changes:
- Fixing grdp strings in ui_strings and profiler_strings

Reason:
- Profiler string needed an update to remove 'bytes'
- Two CLs requiring a 'var1, var2' localized string checked in at the same time, so we need to remove one.

Change-Id: I4a32629959453048229784b4efdc445960273385
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726952Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Commit-Queue: Michael Liao <michael.liao@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#682765}
parent 0c475ee4
......@@ -69,6 +69,9 @@
<message name="IDS_DEVTOOLS_290612199861c31d1036b185b4e69b75" desc="Text in Heap Snapshot Data Grids of a profiler tool">
Summary
</message>
<message name="IDS_DEVTOOLS_2ce2fc341b0bd9219a3634ff43a90bde" desc="Alternate text read when describing the size of a memory allocation and its percentage of heap.">
<ph name="THIS_DATA_COLUMNID_">$1s<ex>1 613 680</ex></ph>, <ph name="THIS_DATA_PERCENTCOLUMN_">$2s<ex>44 %</ex></ph>
</message>
<message name="IDS_DEVTOOLS_2d7b69664bc4226fb198124fb707e57c" desc="Text in Heap Profile View of a profiler tool">
Snapshot <ph name="THIS_NEXTPROFILEUID__">$1s<ex>1</ex></ph>
</message>
......@@ -186,9 +189,6 @@
<message name="IDS_DEVTOOLS_678d0a4421b60dc59999ac02837496a6" desc="Text in Heap Snapshot Data Grids of a profiler tool">
Constructor
</message>
<message name="IDS_DEVTOOLS_6861e4e238e968ec0ee3e9d3cb3b893f" desc="Alternate text read when describing the size of a memory allocation in bytes and percentage of heap.">
<ph name="THIS_DATA_COLUMNID_">$1s</ph> bytes, <ph name="THIS_DATA_PERCENTCOLUMN_">$2s</ph>
</message>
<message name="IDS_DEVTOOLS_6a5084781ea4e6bf97a2dcd0cda17a1a" desc="Title of an action under the Performance category that can be invoked through the Command Menu">
Start recording heap allocations
</message>
......
......@@ -54,9 +54,6 @@
<message name="IDS_DEVTOOLS_2c0924faed417c521b57d553c678ec21" desc="Text in the Shortcuts page to explain a keyboard shortcut (step into a function in debugger)">
Step into
</message>
<message name="IDS_DEVTOOLS_2ce2fc341b0bd9219a3634ff43a90bde" desc="Accessibility label for checkable items in the SoftContextMenu">
<ph name="ITEM_LABEL">$1s<ex>Open File</ex></ph>, <ph name="CHECKEDSTATE">$2s<ex>checked</ex></ph>
</message>
<message name="IDS_DEVTOOLS_2d56db467b153fe19f6f059f7f29be97" desc="Hours format in UIUtils">
<ph name="PH1">$1.1f<ex>2.2</ex></ph> hrs
</message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment