| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 79d2f4689d6c14ef0525270d29433fbd550b71f6..398e03d1b63e33a7b50f16fb6e960ef94ccab3d7 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -4844,6 +4844,9 @@ Make sure you do not expose any sensitive information.
|
| Show button
|
| </message>
|
| <if expr="not use_titlecase">
|
| + <message name="IDS_EXTENSIONS_ALWAYS_RUN" desc="The text for the 'always run' item in context menus (sentence case).">
|
| + Always run
|
| + </message>
|
| <message name="IDS_EXTENSIONS_OPTIONS_MENU_ITEM" desc="The text for the options menu item in context menus (sentence case).">
|
| Options
|
| </message>
|
| @@ -4861,6 +4864,9 @@ Make sure you do not expose any sensitive information.
|
| </message>
|
| </if>
|
| <if expr="use_titlecase">
|
| + <message name="IDS_EXTENSIONS_ALWAYS_RUN" desc="The text for the 'always run' item in context menus (title case).">
|
| + Always Run
|
| + </message>
|
| <message name="IDS_EXTENSIONS_OPTIONS_MENU_ITEM" desc="The text for the options menu item in context menus (title case).">
|
| Options
|
| </message>
|
|
|