Index: chrome/app/google_chrome_strings.grd |
=================================================================== |
--- chrome/app/google_chrome_strings.grd (revision 266243) |
+++ chrome/app/google_chrome_strings.grd (working copy) |
@@ -522,15 +522,17 @@ |
Why am I seeing this? |
</message> |
<!-- about:conflicts strings --> |
- <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page"> |
- Modules loaded into Google Chrome |
- </message> |
- <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page"> |
- This module is known to conflict with Google Chrome. |
- </message> |
- <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page"> |
- A module with the same name has been known to conflict with Google Chrome. |
- </message> |
+ <if expr="is_win"> |
+ <message name="IDS_CONFLICTS_CHECK_PAGE_TITLE_LONG" desc="The long title on the compatibility page"> |
+ Modules loaded into Google Chrome |
+ </message> |
+ <message name="IDS_CONFLICTS_CHECK_WARNING_CONFIRMED" desc="Warning label on the compatibility page"> |
+ This module is known to conflict with Google Chrome. |
+ </message> |
+ <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page"> |
+ A module with the same name has been known to conflict with Google Chrome. |
+ </message> |
+ </if> |
<!-- chrome://crashes strings --> |
<message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> |
This page only shows information on your recent crashes if you <ph name="BEGIN_LINK"><a href="https://www.google.com/support/chrome/bin/answer.py?answer=96817"></ph>enable crash reporting<ph name="END_LINK"></a></ph>. |