diff options
author | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 17:12:26 +0000 |
---|---|---|
committer | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 17:12:26 +0000 |
commit | 135d940626426e548047f025ca05a51d8cb85e2d (patch) | |
tree | e84f89c3a9206eab5d735ca2578d2786cc9b9a36 /chrome | |
parent | 8ff181072385df9ce5e190f7ed067d34757f977c (diff) | |
download | chromium_src-135d940626426e548047f025ca05a51d8cb85e2d.zip chromium_src-135d940626426e548047f025ca05a51d8cb85e2d.tar.gz chromium_src-135d940626426e548047f025ca05a51d8cb85e2d.tar.bz2 |
Second pass at auditing UI strings for uses of 'Extension' where 'App' would also be appropriate.
BUG=61259
TEST=none
Review URL: http://codereview.chromium.org/5262007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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 45d12c5..51ceeea 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8167,8 +8167,8 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_DISABLE_SYNC_OPTION" desc="The label of a button allowing the user to choose to disable sync when an extension is believed to be causing sync problems preventing sync operation."> Disable Sync </message> - <message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_EXTENSION_DISABLED" desc="A message shown on a dialog when an extension has been disabled due to problems arising from interactions with sync."> - <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> has been disabled. If you stop syncing your bookmarks, you can re-enable this extension on the extensions page, accessible through the Tools menu. + <message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_EXTENSION_DISABLED" desc="A message shown on a dialog when an extension or app has been disabled due to problems arising from interactions with sync."> + <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> has been disabled. If you stop syncing your bookmarks, you can re-enable it on the extensions page, accessible through the Tools menu. </message> <message name="IDS_SYNC_EXTENSIONS_MALFUNCTION_SYNC_DISABLED" desc="A message shown on a dialog when bookmark sync has been disabled due to problems arising from interactions with sync."> Bookmark sync has been disabled on this computer. If you uninstall <ph name="NAME_OF_EXTENSION">$1<ex>foo extension</ex></ph> you can re-enable Bookmark Sync by choosing "Set up sync..." in the Tools menu. |