diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 00:14:58 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 00:14:58 +0000 |
commit | 9ed6923cbd0e03a5cd99788b22f6ef709837bc40 (patch) | |
tree | c43ba4da4976966f7574ba5422e135492977498b | |
parent | ca18f51b6b6a411178ab5ef03025a50ef85443e7 (diff) | |
download | chromium_src-9ed6923cbd0e03a5cd99788b22f6ef709837bc40.zip chromium_src-9ed6923cbd0e03a5cd99788b22f6ef709837bc40.tar.gz chromium_src-9ed6923cbd0e03a5cd99788b22f6ef709837bc40.tar.bz2 |
Add strings for apps context menu.
BUG=53248
TEST=none
Review URL: http://codereview.chromium.org/3126031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57431 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6042eaf..ec2f1dd 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6571,6 +6571,18 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="Text for the button that takes the user to the options of an app."> Options </message> + <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" + desc="Text for the button that opens the app in a pinned tab."> + Open as pinned tab + </message> + <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" + desc="Text for the button that opens the app in a regular tab."> + Open as regular tab + </message> + <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" + desc="Text for the button that opens the app full screen."> + Open full screen + </message> <!-- Offline page --> <if expr="pp_ifdef('chromeos')"> |