diff options
author | tommycli <tommycli@chromium.org> | 2015-03-16 13:16:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-16 20:17:22 +0000 |
commit | e86b2982a90cc87afbeb8599cc54c274c482b0ec (patch) | |
tree | 2d02def47398f16fa93aea38e66448af48bec4ee /content/app | |
parent | 8f7612681b0b45c99010e90d5a0b7c1d80d9de8d (diff) | |
download | chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.zip chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.gz chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.bz2 |
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
Passed chrome-ui-review: https://groups.google.com/a/google.com/d/msg/chrome-ui-review/FwuQ2TWc5n8/H3PSuV4L_cAJ
BUG=467165
TBR=tsepez
(comment changes only in render_messages)
NOPRESUBMIT=true
(legacy LOG messages)
Review URL: https://codereview.chromium.org/1007443004
Cr-Commit-Position: refs/heads/master@{#320782}
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/strings/content_strings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd index f8667ec..24deef1 100644 --- a/content/app/strings/content_strings.grd +++ b/content/app/strings/content_strings.grd @@ -743,8 +743,8 @@ below: Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></ph> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>100</ex></ph> characters). </message> - <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> - Couldn't load plug-in. + <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> + Couldn't load plugin. </message> </messages> |