MIOS Pin List Error?

I think that mios_pin_list.txt might have an error

      |      |          |    |
  RC5 |  G  |  J10:SO  |  O  | free for applications without restrictions
      |      |          |    |
  RD4 |  E  |  J10:SO  |  O  | touch sensor strobe signal, used by an
      |      |          |    | interrupt service routine if MIOS_SRIO
      |      |          |    | active and TS_Sensitivity > 0
      |      |          |    |

I think that should be more like:

      |      |          |    |
  RC5 |  G  |  J10:SO  |  O  | free for applications without restrictions
      |      |          |    |
  RD4 |  E  |  J14    |  O  | touch sensor strobe signal, used by an
      |      |          |    | interrupt service routine if MIOS_SRIO
      |      |          |    | active and TS_Sensitivity > 0
      |      |          |    |

The wiki version is fixed…