Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra include. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index bd4b3e9e7ae51dc26dced2fd549fe68ecef7d90c..e633ad01bcdd8ee38d66fc772a1f56f23fff44c3 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -227,16 +227,6 @@ Chrome supports. -->
<message name="IDS_IMPORTER_LOCK_TEXT" desc="The message to be displayed on dialog">
Sadly, your Mozilla Firefox settings are not available while that browser is running. To import those settings to Google Chrome, save your work and close all Firefox windows. Then click Continue.
</message>
- <if expr="not pp_ifdef('use_titlecase')">
- <message name="IDS_BUGREPORT_CHROME_MISBEHAVES" desc="Report a bug/problem type: Browser is misbehaving">
- Google Chrome is misbehaving
- </message>
- </if>
- <if expr="pp_ifdef('use_titlecase')">
- <message name="IDS_BUGREPORT_CHROME_MISBEHAVES" desc="In Title Case: Report a bug/problem type: Browser is misbehaving">
- Google Chrome is Misbehaving
- </message>
- </if>
<message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title">
About Google Chrome
</message>

Powered by Google App Engine
This is Rietveld 408576698