diff options
author | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 20:08:57 +0000 |
---|---|---|
committer | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 20:08:57 +0000 |
commit | 3973de072a4da1a688847e6d7a4b161be34b6633 (patch) | |
tree | c19e20b7afa47d3e58ae17c354400de649472818 /chrome/app/generated_resources.grd | |
parent | b7d061cadc3f33b9b7659475853248fa7141fa87 (diff) | |
download | chromium_src-3973de072a4da1a688847e6d7a4b161be34b6633.zip chromium_src-3973de072a4da1a688847e6d7a4b161be34b6633.tar.gz chromium_src-3973de072a4da1a688847e6d7a4b161be34b6633.tar.bz2 |
Crash fix + OS specific ss's enabled.
Fixes a crash in which if a feedback tab is open and a user opens it from a different tab again, feedback will crash on sending a report. This is due to browser_navigator; this change decouples us from the Singleton tab logic and adds our own.
Additionally, code to take screenshots on other platforms is also added.
BUG=64971,61847
TEST=Tested by opening feedback from multiple tabs; sent reports successfully. Additionally tested with sending screenshots from Linux.
Review URL: http://codereview.chromium.org/5514001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68052 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 31bb302..5c09d03 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -919,7 +919,7 @@ each locale. --> View s&ource </message> <message name="IDS_FEEDBACK" desc="The text label of the Report Bug menu item"> - &Report bug or broken website... + &Report an Issue... </message> <message name="IDS_DEV_TOOLS" desc="The text label of the Developer Tools menu item"> &Developer tools @@ -945,7 +945,7 @@ each locale. --> View S&ource </message> <message name="IDS_FEEDBACK" desc="In Title Case: The text label of the Report Bug menu item"> - &Report Bug or Broken Website... + &Report an Issue... </message> <message name="IDS_DEV_TOOLS" desc="In Title Case: The text label of the Developer Tools menu item"> &Developer Tools @@ -4509,7 +4509,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Reload this page </message> <message name="IDS_TOOLTIP_FEEDBACK" desc="Tooltip for the feedback button."> - Report a bug or an issue + Report an Issue </message> <message name="IDS_TOOLTIP_STOP" desc="The tooltip for the stop button"> Stop loading this page @@ -4918,7 +4918,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Please tell us what is happening before sending the feedback. </message> <message name="IDS_BUGREPORT_NO_SAVED_SCREENSHOTS_HELP" desc="Message shown when no screenshots are available for selection"> - You can select saved screenshots from here. Currently there are no screenshots available. You can press Ctrl + the "Overview Mode" key together to take a screenshot. The last three screenshots that you have taken will appear here. + You can select saved screenshots from here. Currently there are no screenshots available. You can press Ctrl + the "Overview Mode" key together to take a screenshot. The last three screenshots that you have taken will appear here. </message> <message name="IDS_BUGREPORT_ISSUE_WITH" desc="Label for issue with"> Where are you having problems? (required) @@ -8861,7 +8861,7 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> <!-- Help menu --> <message name="IDS_FEEDBACK_MAC" desc="The Mac menu item to report a bug in the Help menu."> - Report Bug or Broken Website... + Report an Issue... </message> <message name="IDS_HELP_MAC" desc="The Mac menu item to show help in the Help menu."> <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help |