diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-02 05:47:34 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-02 05:47:34 +0000 |
commit | 18391911e9291f3062bc06f66cfd6feedb9ed03b (patch) | |
tree | 6514f194e3c900e7410f3784e36ccba43c27e131 /remoting/resources | |
parent | 2322bfaf0ae2850ea0972f3c83b17f5fe6c5dd05 (diff) | |
download | chromium_src-18391911e9291f3062bc06f66cfd6feedb9ed03b.zip chromium_src-18391911e9291f3062bc06f66cfd6feedb9ed03b.tar.gz chromium_src-18391911e9291f3062bc06f66cfd6feedb9ed03b.tar.bz2 |
Add new connection option to tool-bar.
This is a quick and dirty way to accomplish this, but is consistent with some
of the UI design directions we've been considering.
BUG=252881
Review URL: https://chromiumcodereview.appspot.com/23609010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r-- | remoting/resources/remoting_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd index 41d6c534..a64fa8d 100644 --- a/remoting/resources/remoting_strings.grd +++ b/remoting/resources/remoting_strings.grd @@ -677,6 +677,9 @@ <message desc="Text shown while a background operation is in progress." name="IDR_WORKING"> Working… </message> + <message desc="Menu option to open a new connection." name="IDR_NEW_CONNECTION"> + New connection… + </message> </messages> </release> </grit> |