JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.2
[ckeditor.git] / _source / plugins / devtools / plugin.js
index a53b504..6067138 100644 (file)
@@ -127,15 +127,15 @@ CKEDITOR.plugins.add( 'devtools',
 })();\r
 \r
 /**\r
- * A function that returns the text to be displayed inside the developer tooltip when hovering over a dialog UI element.\r
- * There are 4 parameters that are being passed into the function: editor, dialog, element, tab name.\r
+ * A function that returns the text to be displayed inside the Developer Tools tooltip when hovering over a dialog UI element.\r
+ * There are 4 parameters that are being passed into the function: editor, dialog window, element, tab name.\r
  * @name editor.config.devtools_textCallback\r
  * @since 3.6\r
  * @type Function\r
  * @default (see example)\r
  * @example\r
  * // This is actually the default value.\r
- * // Show dialog name, tab id and element id.\r
+ * // Show dialog window name, tab ID, and element ID.\r
  * config.devtools_textCallback = function( editor, dialog, element, tabName )\r
  * {\r
  *     var lang = editor.lang.devTools,\r
@@ -158,7 +158,7 @@ CKEDITOR.plugins.add( 'devtools',
  */\r
 \r
 /**\r
- * A setting that holds CSS rules to be injected do page and contain styles to be applied to the tooltip element.\r
+ * A setting that stores CSS rules to be injected into the page with styles to be applied to the tooltip element.\r
  * @name CKEDITOR.config.devtools_styles\r
  * @since 3.6\r
  * @type String\r