Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginDictionary.cpp

Issue 10800100: Show better instructions to IE9+ users (Closed)
Patch Set: Created June 7, 2013, 6:25 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/plugin/PluginClass.cpp ('K') | « src/plugin/PluginClass.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« src/plugin/PluginClass.cpp ('K') | « src/plugin/PluginClass.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld