0

capture-mode-demo-tools: Update entry point string

Update the entry point string in the settings menu to be "Show
clicks and keys".
Demo for the CL can be seen in: http://b/261778959#comment2

Fixed: b:261778959
Test: Manually
Change-Id: I497cd67ee0d3ad122b667618387227f47dc6289c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4140958
Reviewed-by: Xiaoqian Dai <xdai@chromium.org>
Commit-Queue: Michele Fan <michelefan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1091059}
This commit is contained in:
Michele Fan
2023-01-10 23:21:25 +00:00
committed by Chromium LUCI CQ
parent 79aa36e507
commit 808849e67e
4 changed files with 4 additions and 4 deletions

@ -5148,8 +5148,8 @@ Here are some things you can try to get started.
<message name="IDS_ASH_SCREEN_CAPTURE_SAVE_TO_SELECT_FOLDER" desc="The label of the menu item button for selecting a folder to store the captured images and videos.">
Select folder...
</message>
<message name="IDS_ASH_SCREEN_CAPTURE_DEMO_TOOLS_SHOW_KEYS_AND_CLICKS" desc="The label of the menu item toggle button to show keyboard shortcut and clicks during video recording.">
Show keys and clicks
<message name="IDS_ASH_SCREEN_CAPTURE_DEMO_TOOLS_SHOW_CLICKS_AND_KEYS" desc="The label of the menu item toggle button to show clicks and keyboard shortcuts during video recording.">
Show clicks and keys
</message>
<message name="IDS_ASH_SCREEN_CAPTURE_A11Y_TITLE" desc="The label of window hosting the screen capture toolbar that will be read by ChromeVox when prompted for title.">
Screen capture, tools to take screenshots and screen recordings

@ -0,0 +1 @@
cea4f2ea62da40ffd0c4ee2cd443d53343d5e9ff

@ -1 +0,0 @@
cf36b0357e956304b13a70a2835f900fb7a1bb00

@ -117,7 +117,7 @@ CaptureModeSettingsView::CaptureModeSettingsView(CaptureModeSession* session,
AddChildView(std::make_unique<CaptureModeMenuToggleButton>(
kCaptureModeDemoToolsSettingsMenuEntryPointIcon,
l10n_util::GetStringUTF16(
IDS_ASH_SCREEN_CAPTURE_DEMO_TOOLS_SHOW_KEYS_AND_CLICKS),
IDS_ASH_SCREEN_CAPTURE_DEMO_TOOLS_SHOW_CLICKS_AND_KEYS),
CaptureModeController::Get()->enable_demo_tools(),
base::BindRepeating(
&CaptureModeSettingsView::OnDemoToolsButtonToggled,