| Index: chrome/app/settings_strings.grdp
|
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
|
| index f979642ba070657bfb48b4edac01337183a2f8b3..b2f09d19b1dbffd228b7938ca0d46a59dd5fa3bc 100644
|
| --- a/chrome/app/settings_strings.grdp
|
| +++ b/chrome/app/settings_strings.grdp
|
| @@ -995,4 +995,17 @@
|
| Hold the Search key to switch the behavior of the top-row keys.
|
| </message>
|
| </if>
|
| +
|
| + <!-- System Page -->
|
| + <if expr="not chromeos">
|
| + <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings.">
|
| + System
|
| + </message>
|
| + <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) when available.">
|
| + Use hardware acceleration when available
|
| + </message>
|
| + <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
|
| + Change proxy settings
|
| + </message>
|
| + </if>
|
| </grit-part>
|
|
|