summaryrefslogtreecommitdiffstats
path: root/chrome/app/chromium_strings.grd
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 16:31:45 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 16:31:45 +0000
commitf89003678335e4ac777beb864aeae8de381d4ce9 (patch)
tree4d225258c1f0d8429d907379f1e57320b759dc08 /chrome/app/chromium_strings.grd
parentf743db873453a8e5e7f86d8e2c1bdcb528da530d (diff)
downloadchromium_src-f89003678335e4ac777beb864aeae8de381d4ce9.zip
chromium_src-f89003678335e4ac777beb864aeae8de381d4ce9.tar.gz
chromium_src-f89003678335e4ac777beb864aeae8de381d4ce9.tar.bz2
[Mac/Linux] TitleCase the report a bug options menu.
BUG=26884 TEST=report a bug menu options are title case Review URL: http://codereview.chromium.org/523092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r--chrome/app/chromium_strings.grd13
1 files changed, 10 insertions, 3 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index be783f1..cb1db27 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -191,9 +191,16 @@ be available for now. -->
<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 Chromium, save your work and close all Firefox windows. Then click Continue.
</message>
- <message name="IDS_BUGREPORT_CHROME_MISBEHAVES">
- Chromium is misbehaving
- </message>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_BUGREPORT_CHROME_MISBEHAVES" desc="Report a bug/problem type: Browser is misbehaving">
+ Chromium 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">
+ Chromium is Misbehaving
+ </message>
+ </if>
<message name="IDS_ABOUT_CHROME_TITLE" desc="Dialog title">
About Chromium
</message>