summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
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/renderer
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/renderer')
-rw-r--r--chrome/renderer/autofill/autofill_agent.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/autofill/autofill_agent.cc b/chrome/renderer/autofill/autofill_agent.cc
index 573d8f2..9130b10 100644
--- a/chrome/renderer/autofill/autofill_agent.cc
+++ b/chrome/renderer/autofill/autofill_agent.cc
@@ -13,6 +13,7 @@
#include "chrome/renderer/autofill/form_autofill_util.h"
#include "chrome/renderer/autofill/password_autofill_manager.h"
#include "content/public/renderer/render_view.h"
+#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h"
@@ -310,8 +311,7 @@ void AutofillAgent::OnSuggestionsReturned(int query_id,
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);