summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-24 21:08:00 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-24 21:08:00 +0000
commitda938d9b69a22f1b9493a1c83751267f6676d0bc (patch)
tree770b619f4bec5c7311fe0e4d9e4fff547cf0a4b0 /chrome/app
parent6ad63ef9d55f4b7a1997f27b3347ba1a79a49f49 (diff)
downloadchromium_src-da938d9b69a22f1b9493a1c83751267f6676d0bc.zip
chromium_src-da938d9b69a22f1b9493a1c83751267f6676d0bc.tar.gz
chromium_src-da938d9b69a22f1b9493a1c83751267f6676d0bc.tar.bz2
Added tooltips to stats bar items.
BUG=chromium-os:5601 (http://code.google.com/p/chromium-os/issues/detail?id=5601) TEST=Check that hover text over status bar icons seems reasonable. Test different states of network (disconnected, ethernet, connecting to a wifi network, connected to a wifi network) and battery (plugged in, unplugged). Review URL: http://codereview.chromium.org/3158014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd15
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 55bc4d2..34586c2 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9044,6 +9044,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu button, the battery is charged message.">
Battery is charged
</message>
+ <message name="IDS_STATUSBAR_FEEDBACK_TOOLTIP" desc="Tooltip for the feedback status bar icon.">
+ Report a bug.
+ </message>
+ <message name="IDS_STATUSBAR_NETWORK_NO_NETWORK_TOOLTIP" desc="Tooltip for the network menu status bar icon when no network is connected.">
+ No network
+ </message>
+ <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
+ Connecting to: <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
+ </message>
+ <message name="IDS_STATUSBAR_NETWORK_CONNECTED_TOOLTIP" desc="Tooltip for the network menu status bar icon when connected to a network.">
+ Network: <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
+ </message>
+ <message name="IDS_STATUSBAR_CLOCK_TOOLTIP" desc="Tooltip for the clock in the status bar.">
+ <ph name="DATE">$1<ex>Aug 16, 2010</ex></ph>
+ </message>
<message name="IDS_VERSION_FIELD_PREFIX" desc="Display the OS version to the user.">
OS version
</message>