diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 16:31:45 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 16:31:45 +0000 |
commit | f89003678335e4ac777beb864aeae8de381d4ce9 (patch) | |
tree | 4d225258c1f0d8429d907379f1e57320b759dc08 /chrome/app | |
parent | f743db873453a8e5e7f86d8e2c1bdcb528da530d (diff) | |
download | chromium_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')
-rw-r--r-- | chrome/app/chromium_strings.grd | 13 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 87 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 13 |
3 files changed, 79 insertions, 34 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> diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 321e85d..4d948f6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3233,36 +3233,67 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_BUGREPORT_INCLUDE_PAGE_IMAGE_CHKBOX" desc="Checkbox for including page image"> Send screen shot of current page </message> - <message name="IDS_BUGREPORT_SEND_REPORT" desc="Text for OK button on dialog"> - Send report - </message> - <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="Text for report phishing button"> - Open phishing report - </message> - <message name="IDS_BUGREPORT_BUG_TYPE"> + <message name="IDS_BUGREPORT_BUG_TYPE" desc="Label for bug type"> Bug type: </message> - <message name="IDS_BUGREPORT_PAGE_WONT_LOAD"> - Page won't load - </message> - <message name="IDS_BUGREPORT_PAGE_LOOKS_ODD"> - Page looks odd - </message> - <message name="IDS_BUGREPORT_PHISHING_PAGE"> - Phishing page - </message> - <message name="IDS_BUGREPORT_CANT_SIGN_IN"> - Can't sign in - </message> - <message name="IDS_BUGREPORT_SOMETHING_MISSING"> - Something's missing - </message> - <message name="IDS_BUGREPORT_BROWSER_CRASH"> - Browser crash... go boom - </message> - <message name="IDS_BUGREPORT_OTHER_PROBLEM"> - Other problem - </message> + <if expr="not pp_ifdef('use_titlecase')"> + <message name="IDS_BUGREPORT_SEND_REPORT" desc="Text for OK button on dialog"> + Send report + </message> + <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="Text for report phishing button"> + Open phishing report + </message> + <message name="IDS_BUGREPORT_PAGE_WONT_LOAD" desc="Report a bug/problem type: Page won't load"> + Page won't load + </message> + <message name="IDS_BUGREPORT_PAGE_LOOKS_ODD" desc="Report a bug/problem type: Page looks odd"> + Page looks odd + </message> + <message name="IDS_BUGREPORT_PHISHING_PAGE" desc="Report a bug/problem type: Phishing page"> + Phishing page + </message> + <message name="IDS_BUGREPORT_CANT_SIGN_IN" desc="Report a bug/problem type: Can't sign in"> + Can't sign in + </message> + <message name="IDS_BUGREPORT_SOMETHING_MISSING" desc="Report a bug/problem type: Something's missing"> + Something's missing + </message> + <message name="IDS_BUGREPORT_BROWSER_CRASH" desc="Report a bug/problem type: Browser crashed"> + Browser crash... go boom + </message> + <message name="IDS_BUGREPORT_OTHER_PROBLEM" desc="Report a bug/problem type: Other problem"> + Other problem + </message> + </if> + <if expr="pp_ifdef('use_titlecase')"> + <message name="IDS_BUGREPORT_SEND_REPORT" desc="In Title Case: Text for OK button on dialog"> + Send Report + </message> + <message name="IDS_BUGREPORT_SEND_PHISHING_REPORT" desc="In Title Case: Text for report phishing button"> + Open Phishing Report + </message> + <message name="IDS_BUGREPORT_PAGE_WONT_LOAD" desc="In Title Case: Report a bug/problem type: Page won't load"> + Page Won't Load + </message> + <message name="IDS_BUGREPORT_PAGE_LOOKS_ODD" desc="In Title Case: Report a bug/problem type: Page looks odd"> + Page Looks Odd + </message> + <message name="IDS_BUGREPORT_PHISHING_PAGE" desc="In Title Case: Report a bug/problem type: Phishing page"> + Phishing Page + </message> + <message name="IDS_BUGREPORT_CANT_SIGN_IN" desc="In Title Case: Report a bug/problem type: Can't sign in"> + Can't Sign In + </message> + <message name="IDS_BUGREPORT_SOMETHING_MISSING" desc="In Title Case: Report a bug/problem type: Something's missing"> + Something's Missing + </message> + <message name="IDS_BUGREPORT_BROWSER_CRASH" desc="In Title Case: Report a bug/problem type: Browser crashed"> + Browser Crash... Go Boom + </message> + <message name="IDS_BUGREPORT_OTHER_PROBLEM" desc="In Title Case: Report a bug/problem type: Other problem"> + Other Problem + </message> + </if> <!-- Clear Browsing Data --> <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Dialog title"> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 902e1cd..eabaa15 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -241,9 +241,16 @@ 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> - <message name="IDS_BUGREPORT_CHROME_MISBEHAVES"> - Google Chrome 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"> + 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> |