diff --git a/xpfe/global/resources/content/bindings/browser.xml b/xpfe/global/resources/content/bindings/browser.xml index accb3e5f7ffc..2cf8bc3e9739 100644 --- a/xpfe/global/resources/content/bindings/browser.xml +++ b/xpfe/global/resources/content/bindings/browser.xml @@ -393,10 +393,9 @@ var buttonPressed = promptService.confirmEx(window, this.mStrBundle.GetStringFromName('browsewithcaret.checkWindowTitle'), this.mStrBundle.GetStringFromName('browsewithcaret.checkLabel'), - (promptService.BUTTON_TITLE_IS_STRING * promptService.BUTTON_POS_0) + + (promptService.BUTTON_TITLE_OK * promptService.BUTTON_POS_0) + (promptService.BUTTON_TITLE_CANCEL * promptService.BUTTON_POS_1), - this.mStrBundle.GetStringFromName('browsewithcaret.checkButtonLabel'), - null, null, + null, null, null, this.mStrBundle.GetStringFromName('browsewithcaret.checkMsg'), checkValue); if (buttonPressed != 0) diff --git a/xpfe/global/resources/locale/en-US/tabbrowser.properties b/xpfe/global/resources/locale/en-US/tabbrowser.properties index 6379cb0ce1d2..9e20f7f56155 100644 --- a/xpfe/global/resources/locale/en-US/tabbrowser.properties +++ b/xpfe/global/resources/locale/en-US/tabbrowser.properties @@ -3,4 +3,3 @@ tabs.untitled=(Untitled) browsewithcaret.checkMsg=Do not show me this dialog box again. browsewithcaret.checkWindowTitle=Caret Browsing browsewithcaret.checkLabel=Pressing F7 turns Caret Browsing on or off. This feature places a moveable cursor in web pages, allowing you to select text with the keyboard. Do you want to turn Caret Browsing on? -browsewithcaret.checkButtonLabel=Yes