summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_external_delegate.cc
diff options
context:
space:
mode:
authorcsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-30 17:44:36 +0000
committercsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-30 17:44:36 +0000
commitff733013ae0d2ba69ec4de3dee720d408d3274a9 (patch)
treeaf271743f5d003bc09a77995e22e90f286f9d5a7 /chrome/browser/autofill/autofill_external_delegate.cc
parenta0fea7ebec204a483601030fe325473e236f0b73 (diff)
downloadchromium_src-ff733013ae0d2ba69ec4de3dee720d408d3274a9.zip
chromium_src-ff733013ae0d2ba69ec4de3dee720d408d3274a9.tar.gz
chromium_src-ff733013ae0d2ba69ec4de3dee720d408d3274a9.tar.bz2
Migrate options/preferences terminology to 'Settings'.
BUG=109939 TEST=Verify settings window uses 'Settings' terminology on all platforms. Review URL: https://chromiumcodereview.appspot.com/9295045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_external_delegate.cc')
-rw-r--r--chrome/browser/autofill/autofill_external_delegate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/chrome/browser/autofill/autofill_external_delegate.cc
index 8c0bcdd..f3a7e94 100644
--- a/chrome/browser/autofill/autofill_external_delegate.cc
+++ b/chrome/browser/autofill/autofill_external_delegate.cc
@@ -10,6 +10,7 @@
#include "chrome/common/chrome_constants.h"
#include "content/browser/renderer_host/render_view_host.h"
#include "content/public/browser/web_contents.h"
+#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
@@ -114,8 +115,7 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
if (has_autofill_item) {
// Append the 'Chrome Autofill options' menu item;
- v.push_back(l10n_util::GetStringFUTF16(IDS_AUTOFILL_OPTIONS_POPUP,
- WideToUTF16(chrome::kBrowserAppName)));
+ v.push_back(l10n_util::GetStringUTF16(IDS_AUTOFILL_OPTIONS_POPUP));
l.push_back(string16());
i.push_back(string16());
ids.push_back(0);