# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.model.php +++ components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.model.php @@ -817,27 +817,27 @@ $forums = null; if ( file_exists( $path . '/administrator/components/com_joomlaboard/' ) ) { - $forums .= '
' . $installed . ' Joomlaboard
'; + $forums .= '
' . $installed . ' ' . CBTxt::T( 'Joomlaboard' ) . '
'; } else { - $forums .= '
' . $uninstalled . ' Joomlaboard
'; + $forums .= '
' . $uninstalled . ' ' . CBTxt::T( 'Joomlaboard' ) . '
'; } if ( file_exists( $path . '/administrator/components/com_simpleboard/' ) ) { - $forums .= '
' . $installed . ' Simpleboard
'; + $forums .= '
' . $installed . ' ' . CBTxt::T( 'Simpleboard' ) . '
'; } else { - $forums .= '
' . $uninstalled . ' Simpleboard
'; + $forums .= '
' . $uninstalled . ' ' . CBTxt::T( 'Simpleboard' ) . '
'; } if ( file_exists( $path . '/administrator/components/com_fireboard/' ) ) { - $forums .= '
' . $installed . ' Fireboard
'; + $forums .= '
' . $installed . ' ' . CBTxt::T( 'Fireboard' ) . '
'; } else { - $forums .= '
' . $uninstalled . ' Fireboard
'; + $forums .= '
' . $uninstalled . ' ' . CBTxt::T( 'Fireboard' ) . '
'; } if ( file_exists( $path . '/administrator/components/com_kunena/' ) ) { - $forums .= '
' . $installed . ' Kunena (It is advised to select Kunena manually as Kunena has additional options)
'; + $forums .= '
' . $installed . ' ' . CBTxt::T( 'Kunena (It is advised to select Kunena manually as Kunena has additional options)' ) . '
'; } else { - $forums .= '
' . $uninstalled . ' Kunena
'; \ No newline at end of file + $forums .= '
' . $uninstalled . ' ' . CBTxt::T( 'Kunena' ) . '
'; \ No newline at end of file } return $forums;