Bug #4668
closed
Type doubled in connections details tooltip
Added by krileon about 10 years ago.
Updated about 10 years ago.
Start date:
05 September 2014
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
- Assignee changed from krileon to beat
- Priority changed from Normal to High
- Status changed from Assigned to Resolved
- Priority changed from High to Normal
- % Done changed from 0 to 100
- Estimated time set to 1:00 h
- Status changed from Resolved to Closed
Also available in: Atom
PDF