summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-03 19:29:29 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-03 19:29:29 +0000
commit7c658c35425254826a6f1f7aaa3a2ec1e9b250b0 (patch)
treecb9cf07241c6be7060a5985e2b88ee0dd2220716 /chrome/app
parent29d0b3ee7ecc0d573b52ec73a6c8820a7508101e (diff)
downloadchromium_src-7c658c35425254826a6f1f7aaa3a2ec1e9b250b0.zip
chromium_src-7c658c35425254826a6f1f7aaa3a2ec1e9b250b0.tar.gz
chromium_src-7c658c35425254826a6f1f7aaa3a2ec1e9b250b0.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). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57234 Review URL: http://codereview.chromium.org/3158014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58526 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 86ed366..141fcbf 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9180,6 +9180,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>