| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index 5bf998b985c9cf586cecab11a3737b3795513869..d55c4c569321ca53a97d4541233df39a55f7a533 100644
|
| --- a/chrome/app/chromium_strings.grd
|
| +++ b/chrome/app/chromium_strings.grd
|
| @@ -206,7 +206,7 @@ be available for now. -->
|
| Chromium OS
|
| </message>
|
| </if>
|
| - <if expr="os.find('win') != -1">
|
| + <if expr="is_win">
|
| <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame application name">
|
| Chromium Frame
|
| </message>
|
| @@ -550,7 +550,7 @@ be available for now. -->
|
| Launch native print dialog
|
| </message>
|
|
|
| - <if expr="os == 'darwin'">
|
| + <if expr="is_macosx">
|
| <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome.">
|
| Chromium
|
| </message>
|
|
|