| Index: src/plugin/PluginDictionary.cpp |
| =================================================================== |
| --- a/src/plugin/PluginDictionary.cpp |
| +++ b/src/plugin/PluginDictionary.cpp |
| @@ -261,10 +261,12 @@ |
| m_dictionary["DOWNLOAD_UPDATE_SUCCESS_TEXT"] = "If you choose to update Adblock Plus, your Internet Explorer will close before installation"; |
| // Various dialogs |
| - m_dictionary["ERROR_STATUS_BAR_DISABLED"] = "The plugin menu is located in the statusbar, would you like to enable Internet Explorer's statusbar?"; |
| + m_dictionary["ERROR_STATUS_BAR_DISABLED"] = "The Adblock Plus menu is located in the status bar, would you like to enable it?"; |
| m_dictionary["ERROR_STATUS_BAR_DISABLED_TITLE"] = "Enable status bar?"; |
| - m_dictionary["ERROR_CAN_NOT_ENABLE_STATUS_BAR"] = "The plugin menu is located in the statusbar. Please enable it under View->Toolbars->Status bar"; |
| - m_dictionary["ERROR_CAN_NOT_ENABLE_STATUS_BAR_TITLE"] = "Please enable status bar"; |
| + m_dictionary["ERROR_CAN_NOT_ENABLE_STATUS_BAR"] = "The Adblock Plus menu is located in the status bar. Please enable it under View->Toolbars->Status bar"; |
| + m_dictionary["ERROR_CAN_NOT_ENABLE_STATUS_BAR_IE9"] = "The Adblock Plus menu is located in the status bar. Please enable it by right clicking the title bar and selecting \"Status bar\""; |
| + m_dictionary["ERROR_CAN_NOT_ENABLE_STATUS_BAR_TITLE"] = "Please enable the status bar"; |
| + |
| #endif |
| // General texts |