summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 22:07:28 +0000
committermhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 22:07:28 +0000
commit15e302df0152a3c3330dd54fd58d941f41d238b9 (patch)
treeebcd9773b393776ceba884fbced9bc637cbadcef
parent951aed432e60a001d93bb9047655a1eefadf6811 (diff)
downloadchromium_src-15e302df0152a3c3330dd54fd58d941f41d238b9.zip
chromium_src-15e302df0152a3c3330dd54fd58d941f41d238b9.tar.gz
chromium_src-15e302df0152a3c3330dd54fd58d941f41d238b9.tar.bz2
Google Gears should be renamed to Gears
BUG=6234 (http://crbug.com/6234) TEST=Checked the Google Gears screen to see if they got changed. Wrench > Options > Under the Hood > Web Content Review URL: http://codereview.chromium.org/125037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18326 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/generated_resources.grd4
-rw-r--r--chrome/browser/chrome_plugin_host.cc2
-rw-r--r--chrome/browser/modal_html_dialog_delegate.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 58d9f1d..f21ffea 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3099,10 +3099,10 @@ each locale. -->
<message name="IDS_OPTIONS_GEARSSETTINGS_GROUP_NAME" desc="The label of the 'Gears Settings' group">
- Google Gears:
+ Gears:
</message>
<message name="IDS_OPTIONS_GEARSSETTINGS_CONFIGUREGEARS_BUTTON" desc="The label of the 'configure gears' button">
- Change Google Gears settings
+ Change Gears settings
</message>
<message name="IDS_OPTIONS_CERTIFICATES_LABEL" desc="The info label for the 'Manage certificates' button">
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc
index d1f960e..4c56297 100644
--- a/chrome/browser/chrome_plugin_host.cc
+++ b/chrome/browser/chrome_plugin_host.cc
@@ -310,7 +310,7 @@ class ModelessHtmlDialogDelegate : public HtmlDialogUIDelegate {
// HtmlDialogUIDelegate implementation:
virtual bool IsDialogModal() const { return false; }
- virtual std::wstring GetDialogTitle() const { return L"Google Gears"; }
+ virtual std::wstring GetDialogTitle() const { return L"Gears"; }
virtual GURL GetDialogContentURL() const { return params_.url; }
virtual void GetDialogSize(gfx::Size* size) const {
size->set_width(params_.width);
diff --git a/chrome/browser/modal_html_dialog_delegate.h b/chrome/browser/modal_html_dialog_delegate.h
index 1865a36..2ab4a9e 100644
--- a/chrome/browser/modal_html_dialog_delegate.h
+++ b/chrome/browser/modal_html_dialog_delegate.h
@@ -31,7 +31,7 @@ class ModalHtmlDialogDelegate
// HTMLDialogUIDelegate implementation:
virtual bool IsDialogModal() const;
- virtual std::wstring GetDialogTitle() const { return L"Google Gears"; }
+ virtual std::wstring GetDialogTitle() const { return L"Gears"; }
virtual GURL GetDialogContentURL() const;
virtual void GetDialogSize(gfx::Size* size) const;
virtual std::string GetDialogArgs() const;