diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 18:35:08 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 18:35:08 +0000 |
commit | 60347ed67b1edb33f5cdd59ff8857f662091368d (patch) | |
tree | 001630ad56879befa8123397de1a89eeb7a5f06e | |
parent | 22bc963aafdfe91bab0c9e906ada7dcb02837e52 (diff) | |
download | chromium_src-60347ed67b1edb33f5cdd59ff8857f662091368d.zip chromium_src-60347ed67b1edb33f5cdd59ff8857f662091368d.tar.gz chromium_src-60347ed67b1edb33f5cdd59ff8857f662091368d.tar.bz2 |
Strings for default browser infobar.
http://crbug.com/9049
Review URL: http://codereview.chromium.org/100267
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15073 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/chromium_strings.grd | 6 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 7 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 91ed31a..67ce685 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -334,6 +334,12 @@ be available for now. --> <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation."> Delete all profile data </message> + <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the default browser query infobar."> + Hooray, you're back! But Chromium isn't your default browser. + </message> + <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> + Chromium isn't your default browser. + </message> </messages> </release> </grit> diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9705db5..5d892eb3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3793,6 +3793,13 @@ each locale. --> Untitled </message> + <message name="IDS_SET_AS_DEFAULT_INFOBAR_BUTTON_LABEL" desc="The label of the 'set as default' button on the default browser infobar."> + Set as default + </message> + <message name="IDS_DONT_ASK_AGAIN_INFOBAR_BUTTON_LABEL" desc="The label of the 'don't ask again' button on the default browser infobar."> + Don't ask again + </message> + </messages> </release> </grit> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 5ab12cf..4df2c35 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -382,6 +382,12 @@ Chrome supports. --> <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation."> Delete all profile data </message> + <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the default browser query infobar."> + Hooray, you're back! But Google Chrome isn't your default browser. + </message> + <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> + Google Chrome isn't your default browser. + </message> </messages> </release> </grit> |