Commit 2b4bb81e authored by qiangchen's avatar qiangchen Committed by Commit bot

Desktop Capture Picker Window String Change

In the major CL, I did not notice the designed actually changed
the statement a little, namely "would like" was changed to
"wants"

This CL fix this.

BUG=602478, 642778

Review-Url: https://codereview.chromium.org/2296063002
Cr-Commit-Position: refs/heads/master@{#415746}
parent b637f11d
......@@ -13858,10 +13858,10 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
Share your screen - <ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph>
</message>
<message name="IDS_DESKTOP_MEDIA_PICKER_TEXT" desc="Text for the window picker dialog shown when desktop capture is requested by an app to be used by the app itself.">
<ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> would like to share the contents of your screen. Choose what you'd like to share.
<ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> wants to share the contents of your screen. Choose what you'd like to share.
</message>
<message name="IDS_DESKTOP_MEDIA_PICKER_TEXT_DELEGATED" desc="Text for the window picker dialog shown when desktop capture is requested by an app to be used by a tab.">
<ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> would like to share the content of your screen with <ph name="TARGET_NAME">$2<ex>https://google.com</ex></ph>. Choose what you'd like to share.
<ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> wants to share the content of your screen with <ph name="TARGET_NAME">$2<ex>https://google.com</ex></ph>. Choose what you'd like to share.
</message>
<message name="IDS_DESKTOP_MEDIA_PICKER_AUDIO_SHARE" desc="Text for the checkbox on the window picker dialog, when checked, audio will be shared, otherwise just video sharing">
Share audio
......
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