Index: src/plugin/PluginDictionary.cpp |
=================================================================== |
--- a/src/plugin/PluginDictionary.cpp |
+++ b/src/plugin/PluginDictionary.cpp |
@@ -261,10 +261,11 @@ |
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 right click the title or menu bar and enable the status bar."; |
Wladimir Palant
2013/06/07 13:17:08
I would change the order: menu first, then title.
|
+ m_dictionary["ERROR_CAN_NOT_ENABLE_STATUS_BAR_TITLE"] = "Please enable the status bar"; |
+ |
#endif |
// General texts |