Actions
Bug #4668
closedType doubled in connections details tooltip
Description
When hovering over a connection box the Types is shown twice. First as Type then as Types.
Actions
Added by krileon over 10 years ago. Updated over 10 years ago.
Description
When hovering over a connection box the Types is shown twice. First as Type then as Types.
Pluralization appears broken.
CBTxt::Th( 'CONNECTION_TIP_TYPES_LIST', 'Type: [CONNECTIONS_TYPES]|Types: [CONNECTIONS_TYPES]', array( '%%COUNT%%' => count( explode( "|*|", $connection->type ) ), '[CONNECTIONS_TYPES]' => getConnectionTypes( $connection->type ) ) );
The above outputs as follows for example.
Type: Friend|Types: Friend
Above code snippet at the below location.
IN: components/com_comprofiler/plugin/user/plug_cbconnections/cb.connections.php
ON: Line 448
Fixed in MR !440