diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 01:48:23 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 01:48:23 +0000 |
commit | 8e4fa9a0db814e293228c9910c39b92224719064 (patch) | |
tree | 7c69b93c2ca1e2829cce94d75d595ed6839c6a4b /ui/base/strings | |
parent | b4e23b74e8c23165ff99dee98ca64a85a7192870 (diff) | |
download | chromium_src-8e4fa9a0db814e293228c9910c39b92224719064.zip chromium_src-8e4fa9a0db814e293228c9910c39b92224719064.tar.gz chromium_src-8e4fa9a0db814e293228c9910c39b92224719064.tar.bz2 |
Updates the quiet mode button UI slightly.
- remove the toggled tooltip. We always use the same text.
- udpate the tooltip text as is described in the bug.
BUG=245127
TEST=manually on chromeos
R=dewittj@chromium.org, rsesek@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16182003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/strings')
-rw-r--r-- | ui/base/strings/ui_strings.grd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/base/strings/ui_strings.grd b/ui/base/strings/ui_strings.grd index f028c63..efbc65f 100644 --- a/ui/base/strings/ui_strings.grd +++ b/ui/base/strings/ui_strings.grd @@ -462,10 +462,7 @@ need to be translated for each locale.--> Clear All </message> <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The tooltip text for the quiet mode button."> - Pause notifications for 1 day - </message> - <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOGGLED_TOOLTIP" desc="The tooltip text for the quiet mode button, when toggled."> - Resume notifications + Do not disturb. </message> <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. |