diff options
author | grt <grt@chromium.org> | 2015-10-23 08:45:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-23 15:47:02 +0000 |
commit | 09399becd5b03b458ce71b91cee2246f96d9f18b (patch) | |
tree | 642f0fca552e50197bd69bd758280f0e4ac5e3a8 /chrome/app | |
parent | 304d20954b50382395b4ed702e8571f6da71b0f6 (diff) | |
download | chromium_src-09399becd5b03b458ce71b91cee2246f96d9f18b.zip chromium_src-09399becd5b03b458ce71b91cee2246f96d9f18b.tar.gz chromium_src-09399becd5b03b458ce71b91cee2246f96d9f18b.tar.bz2 |
Use up-to-date icon for on-demand updates blocked by policy.
BUG=545105
Review URL: https://codereview.chromium.org/1416103002
Cr-Commit-Position: refs/heads/master@{#355791}
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d453307..767596e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8087,12 +8087,12 @@ I don't think this site should be blocked! </if> <if expr="is_win or chromeos"> <message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrades disabled by policy"> - Updates are disabled by the administrator + Updates are disabled by your administrator. </message> </if> <if expr="is_win"> <message name="IDS_UPGRADE_DISABLED_BY_POLICY_MANUAL" desc="Status label: Manual upgrades disabled by policy, automatic upgrades ok"> - Manual updates are disabled by the administrator. Automatic updates are enabled. + Automatic updates are enabled. Manual updates are disabled by your administrator. </message> </if> <message name="IDS_REPORT_AN_ISSUE" desc="Text of the button which allows the user to report an issue with Chrome."> |