You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2013/11/13 03:04:27 UTC

svn commit: r1541353 - /qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js

Author: orudyy
Date: Wed Nov 13 02:04:27 2013
New Revision: 1541353

URL: http://svn.apache.org/r1541353
Log:
QPID-5325: Improve a tooltip message for checkbox to save tab in preferences

Modified:
    qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js

Modified: qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js?rev=1541353&r1=1541352&r2=1541353&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js (original)
+++ qpid/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js Wed Nov 13 02:04:27 2013
@@ -111,7 +111,7 @@ define(["dojo/dom",
                        {
                          var preferencesCheckBox = new dijit.form.CheckBox({
                            checked: UserPreferences.isTabStored(obj.tabData),
-                           title: "If checked the tab is saved in user preferences and restored on console start-up"
+                           title: "If checked the tab is saved in user preferences and restored on next login"
                          });
                          var tabs = this.tabContainer.tablist.getChildren();
                          preferencesCheckBox.placeAt(tabs[tabs.length-1].titleNode, "first");



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org