Chromium Code Reviews| 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..a965a1e02f414c68a82c49ef698bfe7ad5441909 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 is_macosx"> |
|
Nico
2013/06/21 19:57:10
We usually check 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="is_macosx"> |
| + <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="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> |