Index: trunk/extensions/VisualEditor/modules/es/inspectors/es.LinkInspector.js |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | // Properties |
14 | 14 | this.$clearButton = $( '<div class="es-inspector-button es-inspector-clearButton"></div>' ) |
15 | 15 | .prependTo( this.$ ); |
16 | | - this.$.prepend( '<div class="es-inspector-title">Link inspector</div>' ); |
| 16 | + this.$.prepend( '<div class="es-inspector-title">Edit link</div>' ); |
17 | 17 | this.$locationLabel = $( '<label>Page title</label>' ).appendTo( this.$form ); |
18 | 18 | this.$locationInput = $( '<input type="text">' ).appendTo( this.$form ); |
19 | 19 | this.initialValue = null; |