diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 00:18:32 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 00:18:32 +0000 |
commit | da96e54c008fabe2bd36ce9ec2a5e4923844b48b (patch) | |
tree | 7113ddb9aaf0aeb1cf1a3b63b51ac54117c686c5 /chrome/app/generated_resources.grd | |
parent | 1b1eecda2907942e1db3492ac2e599a0da8b2437 (diff) | |
download | chromium_src-da96e54c008fabe2bd36ce9ec2a5e4923844b48b.zip chromium_src-da96e54c008fabe2bd36ce9ec2a5e4923844b48b.tar.gz chromium_src-da96e54c008fabe2bd36ce9ec2a5e4923844b48b.tar.bz2 |
Adding remoting setup to wrench menu
pranvak@ is OOO so I'm submitting for him.
This patch will add a menu in wrench menu to start the chromoting
setup flow.
Submit for: pranvak@chromium.org
Reviewed: http://codereview.chromium.org/3075024/show
Review URL: http://codereview.chromium.org/3134003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6f346ba..3e9842c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6926,6 +6926,22 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displayed selected in the omnibox once the user clicked the 'Show Me' button on the omnibox search hint infobar."> Type your search query here </message> + + <!-- Remoting strings --> + <if expr="not pp_ifdef('use_titlecase')"> + <message name="IDS_REMOTING_SETUP_LABEL" desc="The label that appears on the remoting setup menu."> + Set up remoting... + </message> + </if> + <if expr="pp_ifdef('use_titlecase')"> + <message name="IDS_REMOTING_SETUP_LABEL" desc="In Title Case. The label that appears on the remoting setup menu."> + Set Up Remoting... + </message> + </if> + <message name="IDS_REMOTING_SETUP_DIALOG_TITLE" desc="Title of the remoting setup dialog."> + Set up remoting + </message> + <!-- Sync strings --> |