Commit ea43383a authored by dewittj@chromium.org's avatar dewittj@chromium.org

Adjust do not disturb hovertext on Mac.

From "Do not disturb" to "Do Not Disturb".

BUG=252840

Review URL: https://chromiumcodereview.appspot.com/17068015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207981 0039d316-1c4b-4281-b951-d872f2087c98
parent 9fb6847e
......@@ -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>
......
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