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: Only one message Created June 7, 2013, 9:16 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
« no previous file with comments | « files/dictionary_w.ini ('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,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
« no previous file with comments | « files/dictionary_w.ini ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld