diff options
Diffstat (limited to 'toolkit/components/windowwatcher/nsIPromptService.idl')
-rw-r--r-- | toolkit/components/windowwatcher/nsIPromptService.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/windowwatcher/nsIPromptService.idl b/toolkit/components/windowwatcher/nsIPromptService.idl index 66f23ffb5b..890bd062ba 100644 --- a/toolkit/components/windowwatcher/nsIPromptService.idl +++ b/toolkit/components/windowwatcher/nsIPromptService.idl @@ -263,7 +263,7 @@ interface nsIPromptService : nsISupports const unsigned long BUTTON_DELAY_ENABLE = 1 << 26; /** - * Causes a spinner to be displayed in the dialog box. + * Causes a spinner to be displayed next to the title in the dialog box. */ const unsigned long SHOW_SPINNER = 1 << 27; |