| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 2e53cf3778abcc0be44774b72ff12621d9867cb8..72ae6e9b43fff3e9231be27a5199f76e9ddd73e2 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -2415,12 +2415,12 @@ are declared in build/common.gypi.
|
| </if>
|
|
|
| <!-- "Create application shortcuts" dialog -->
|
| - <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
|
| + <if expr="not pp_ifdef('use_titlecase')">
|
| <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to create application shortcuts for current page.">
|
| Create application shortcuts
|
| </message>
|
| </if>
|
| - <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
|
| + <if expr="pp_ifdef('use_titlecase')">
|
| <message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of the dialog to create application shortcuts for current page.">
|
| Create Application Shortcuts
|
| </message>
|
|
|