summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 17:31:18 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 17:31:18 +0000
commit5c071edb2a53e90a7b6b12531ffe0441cd57803d (patch)
tree3c4b0b1b81a43b6bb34393c7bfc683603e9c243f /remoting/resources
parenteb8c1fd0a32f805e91bb711aa46f8108d3403c54 (diff)
downloadchromium_src-5c071edb2a53e90a7b6b12531ffe0441cd57803d.zip
chromium_src-5c071edb2a53e90a7b6b12531ffe0441cd57803d.tar.gz
chromium_src-5c071edb2a53e90a7b6b12531ffe0441cd57803d.tar.bz2
Add support for i18n-title.
Previously, we only had one tool-tip defined in the HTML markup, and its l10n was hard-coded. This CL adds a generic mechanism, uses it for the local host edit button and adds a tool-tip to the host list refresh button. Review URL: https://chromiumcodereview.appspot.com/23923009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/remoting_strings.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index 08d64e2..0de10d8 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -599,6 +599,9 @@
<message desc="The tool-tip shown when the user hovers over the 'delete host' button. Clicking this button removes the host from the list and disables connections to it." name="IDR_TOOLTIP_DELETE">
Disable remote connections to this computer
</message>
+ <message desc="The tool-tip shown when the user hovers over the 'refresh host list' button. Clicking this button reloads the host list without reloading the app." name="IDR_TOOLTIP_REFRESH">
+ Refresh the list of hosts
+ </message>
<message desc="The tool-tip shown when the user hovers over the 'rename host' button. Clicking this button allows the host name to be edited in-place." name="IDR_TOOLTIP_RENAME">
Edit computer name
</message>