| Index: ui/base/strings/ui_strings.grd
|
| diff --git a/ui/base/strings/ui_strings.grd b/ui/base/strings/ui_strings.grd
|
| index 0cec6ed0c3e8e65de0fb2f20c8f054bc1a07f1f8..57b19a190472c3d7d9bdcd8bdc45b89d39c5a8af 100644
|
| --- a/ui/base/strings/ui_strings.grd
|
| +++ b/ui/base/strings/ui_strings.grd
|
| @@ -461,9 +461,16 @@ need to be translated for each locale.-->
|
| <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications.">
|
| Clear All
|
| </message>
|
| - <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The tooltip text for the quiet mode button.">
|
| - Do not disturb
|
| - </message>
|
| + <if expr="not pp_ifdef('use_titlecase')">
|
| + <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The tooltip text for the quiet mode button.">
|
| + Do not disturb
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('use_titlecase')">
|
| + <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Title Case: The tooltip text for the quiet mode button.">
|
| + Do Not Disturb
|
| + </message>
|
| + </if>
|
| <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed in the message center when there are no notifications.">
|
| Nothing to see here, move along.
|
| </message>
|
|
|