# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: Joomla root # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbprivacy/cb.privacy.php +++ components/com_comprofiler/plugin/user/plug_cbprivacy/cb.privacy.php @@ -275,7 +275,7 @@ } if ( count( $connTypes ) > 1 ) { foreach ($connTypes as $type ) { - $options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? '  ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T( 'Only for %s' ), $type ) ); + $options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? '  ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T( 'Only for %s' ), CBTxt::T( getLangDefinition( $type ) ) ) ); } } if ( $this->params->get( 'prop_fofs', 1 ) ) { @@ -1025,7 +1025,7 @@ } if ( count( $connTypes ) > 1 ) { foreach ($connTypes as $type ) { - $options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? '    ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T('Only for %s'), $type ) ); + $options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? '    ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T('Only for %s'), CBTxt::T( getLangDefinition( $type ) ) ) ); } } if ( $this->params->get( 'prop_fofs', 1 ) ) {