Index: /trunk/data/defaultpresets.xml
===================================================================
--- /trunk/data/defaultpresets.xml	(revision 11693)
+++ /trunk/data/defaultpresets.xml	(revision 11694)
@@ -7422,7 +7422,6 @@
         </item> <!-- Power Transformer -->
         <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway" preset_name_label="true">
-            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=switch"
-                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=switch"
-                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=switch" />
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=switchgear"
+                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=switchgear" />
             <space />
             <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11693)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11694)
@@ -5,5 +5,5 @@
  *
  * The editor imagery index project (https://github.com/osmlab/editor-imagery-index)
- * provides also a version in the JOSM format, but the JSON is the original source
+ * provides also a version in the JOSM format, but the GEOJSON is the original source
  * format, so we read that.
  *
@@ -72,5 +72,5 @@
         def cli = new CliBuilder(width: 160)
         cli.o(longOpt:'output', args:1, argName: "output", "Output file, - prints to stdout (default: -)")
-        cli.e(longOpt:'eli_input', args:1, argName:"eli_input", "Input file for the editor imagery index (json). Default is $eliInputFile (current directory).")
+        cli.e(longOpt:'eli_input', args:1, argName:"eli_input", "Input file for the editor imagery index (geojson). Default is $eliInputFile (current directory).")
         cli.j(longOpt:'josm_input', args:1, argName:"josm_input", "Input file for the JOSM imagery list (xml). Default is $josmInputFile (current directory).")
         cli.i(longOpt:'ignore_input', args:1, argName:"ignore_input", "Input file for the ignore list. Default is $ignoreInputFile (current directory).")
