[MediaWiki-commits] [Gerrit] Quickfix Language Tool - change (mediawiki...VisualEditor)

2013-09-04 Thread Mooeypoo (Code Review)
Mooeypoo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/82752


Change subject: Quickfix Language Tool
..

Quickfix Language Tool

Correcting the language span tool so the ve.ui.LanguageInspector has
static name changed from 'language' to 'meta/language'

Change-Id: I66fd3d2558663c9f1304365a11fd1276e204a7e7
---
M modules/ve/ui/inspectors/ve.ui.LanguageInspector.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/52/82752/1

diff --git a/modules/ve/ui/inspectors/ve.ui.LanguageInspector.js 
b/modules/ve/ui/inspectors/ve.ui.LanguageInspector.js
index 55e1823..b8d0570 100644
--- a/modules/ve/ui/inspectors/ve.ui.LanguageInspector.js
+++ b/modules/ve/ui/inspectors/ve.ui.LanguageInspector.js
@@ -33,7 +33,7 @@
 
 /* Static properties */
 
-ve.ui.LanguageInspector.static.name = 'language';
+ve.ui.LanguageInspector.static.name = 'meta/language';
 
 ve.ui.LanguageInspector.static.icon = 'language';
 

-- 
To view, visit https://gerrit.wikimedia.org/r/82752
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66fd3d2558663c9f1304365a11fd1276e204a7e7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo mor...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Quickfix Language Tool - change (mediawiki...VisualEditor)

2013-09-04 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Quickfix Language Tool
..


Quickfix Language Tool

Correcting the language span tool so the ve.ui.LanguageInspector has
static name changed from 'language' to 'meta/language'

Change-Id: I66fd3d2558663c9f1304365a11fd1276e204a7e7
---
M modules/ve/ui/tools/ve.ui.ExperimentalTool.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  Trevor Parscal: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ve/ui/tools/ve.ui.ExperimentalTool.js 
b/modules/ve/ui/tools/ve.ui.ExperimentalTool.js
index 8268a3d..15c33f8 100644
--- a/modules/ve/ui/tools/ve.ui.ExperimentalTool.js
+++ b/modules/ve/ui/tools/ve.ui.ExperimentalTool.js
@@ -132,6 +132,6 @@
 ve.ui.LanguageInspectorTool.static.group = 'meta';
 ve.ui.LanguageInspectorTool.static.icon = 'language';
 ve.ui.LanguageInspectorTool.static.titleMessage = 
'visualeditor-annotationbutton-language-tooltip';
-ve.ui.LanguageInspectorTool.static.inspector = 'meta/language';
+ve.ui.LanguageInspectorTool.static.inspector = 'language';
 ve.ui.LanguageInspectorTool.static.modelClasses = [ ve.dm.LanguageAnnotation ];
 ve.ui.toolFactory.register( ve.ui.LanguageInspectorTool );

-- 
To view, visit https://gerrit.wikimedia.org/r/82752
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I66fd3d2558663c9f1304365a11fd1276e204a7e7
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo mor...@gmail.com
Gerrit-Reviewer: Catrope roan.katt...@gmail.com
Gerrit-Reviewer: Trevor Parscal tpars...@wikimedia.org
Gerrit-Reviewer: jenkins-bot

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits