Commit a9133008 authored by Richard Knoll's avatar Richard Knoll Committed by Commit Bot

Clarify to use Title Case in translations

Bug: b/171901437
Change-Id: Id0785abc0161a1f4f23e85050ab7f3c4f6007408
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515682Reviewed-by: default avatarRayan Kanso <rayankans@chromium.org>
Commit-Queue: Richard Knoll <knollr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823504}
parent 7b6fabaa
...@@ -8613,12 +8613,12 @@ Please help our engineers fix this problem. Tell us what happened right before y ...@@ -8613,12 +8613,12 @@ Please help our engineers fix this problem. Tell us what happened right before y
</message> </message>
</if> </if>
<if expr="use_titlecase"> <if expr="use_titlecase">
<message name="IDS_NOTIFICATION_MUTED_TITLE" desc="Title of a notification showing how many new notifications are currently hidden. The number is always greater than zero."> <message name="IDS_NOTIFICATION_MUTED_TITLE" desc="In Title Case: Title of a notification showing how many new notifications are currently hidden. The number is always greater than zero.">
{MUTED_NOTIFICATIONS_COUNT, plural, {MUTED_NOTIFICATIONS_COUNT, plural,
=1 {New Notification} =1 {New Notification}
other {# New Notifications}} other {# New Notifications}}
</message> </message>
<message name="IDS_NOTIFICATION_MUTED_ACTION_SHOW" desc="Action button text to show the content of previously muted notifications."> <message name="IDS_NOTIFICATION_MUTED_ACTION_SHOW" desc="In Title Case: Action button text to show the content of previously muted notifications.">
{MUTED_NOTIFICATIONS_COUNT, plural, {MUTED_NOTIFICATIONS_COUNT, plural,
=1 {Show} =1 {Show}
other {Show All}} other {Show All}}
......
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