Merge pull request #317 from tobiasd/20151029-issue1993

magic of a dot
pull/319/head
Michael Vogel 2015-10-29 08:25:52 +01:00
commit 7872886902
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function irc_addon_settings(&$a,&$s) {
$autochans = get_pconfig( local_user(), 'irc','autochans'); /* auto connect chans */
$t = get_markup_template( "settings.tpl", "addon/irc/" );
$s = replace_macros($t, array(
$s .= replace_macros($t, array(
'$header' => t('IRC Settings'),
'$info' => t('Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'),
'$submit' => t('Save Settings'),