diff options
-rw-r--r-- | omnibus/resources/chef/msi/localization-en-us.wxl.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/resources/chef/msi/localization-en-us.wxl.erb b/omnibus/resources/chef/msi/localization-en-us.wxl.erb index 767f615bb7..62c27b99f6 100644 --- a/omnibus/resources/chef/msi/localization-en-us.wxl.erb +++ b/omnibus/resources/chef/msi/localization-en-us.wxl.erb @@ -3,7 +3,7 @@ <!-- http://wix.codeplex.com/SourceControl/changeset/view/792e101c5cf7#src%2fext%2fUIExtension%2fwixlib%2fWixUI_en-us.wxl --> <String Id="LANG">1033</String> <String Id="ProductName"><%= friendly_name %></String> - <String Id="ManufacturerName"><%= maintainer.encode(:xml => :attr) %></String> + <String Id="ManufacturerName">Chef Software, Inc.</String> <String Id="WelcomeDlgTitle">{\WixUI_Font_Bigger}Welcome to the [ProductName] Setup Wizard</String> <String Id="LicenseAgreementDlgTitle">{\WixUI_Font_Title_White}End-User License Agreement</String> |