r105755 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105754‎ | r105755 | r105756 >
Date:08:09, 10 December 2011
Author:erik
Status:deferred
Tags:
Comment:
Followup r105634; use the label "Edit link" for link inspector
Modified paths:
  • /trunk/extensions/VisualEditor/modules/es/inspectors/es.LinkInspector.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/es/inspectors/es.LinkInspector.js
@@ -12,7 +12,7 @@
1313 // Properties
1414 this.$clearButton = $( '<div class="es-inspector-button es-inspector-clearButton"></div>' )
1515 .prependTo( this.$ );
16 - this.$.prepend( '<div class="es-inspector-title">Link inspector</div>' );
 16+ this.$.prepend( '<div class="es-inspector-title">Edit link</div>' );
1717 this.$locationLabel = $( '<label>Page title</label>' ).appendTo( this.$form );
1818 this.$locationInput = $( '<input type="text">' ).appendTo( this.$form );
1919 this.initialValue = null;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105634Added es.Inspector and es.LinkInspector - and a whole bunch of other changes ...tparscal01:28, 9 December 2011

Status & tagging log