Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 3de148e38c2b5be3fcb4464de79292b04a73ded2..64f13023f25e28ce1a4228bb6e6f54977594dc25 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -4600,6 +4600,9 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE" desc="Shown if no experiments are available"> |
| Aww, it looks like there are currently no experiments available. |
| </message> |
| + <message name="IDS_FLAGS_NOT_SUPPORTED" desc="Shown instead of the Enable/Disable link, to let the user know that an experiment is not supported on the current platform."> |
|
Nico
2011/12/17 03:34:27
NOT_AVAILABLE? also in desc
Tyler Breisacher (Chromium)
2011/12/17 04:20:34
Done.
Nico
2011/12/17 05:14:20
Looks like you changed only the desc attribute, no
|
| + Sorry, this experiment is not available on your platform. |
| + </message> |
| <if expr="not pp_ifdef('chromeos')"> |
| <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that he needs to relaunch chrome. Shown next to a button that says 'Relaunch Now'."> |
| Your changes will take effect the next time you relaunch <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |