1
0
Fork 0

Added a whitespace between comma and t()

This commit is contained in:
rebeka-catalina 2017-04-08 16:57:24 +02:00
commit 554704e6b9
12 changed files with 35 additions and 35 deletions

View file

@ -70,7 +70,7 @@ function quattro_form(App $a, $align, $color, $tfs, $pfs) {
'$align' => array('quattro_align', t('Alignment'), $align, '', array('left'=>t('Left'), 'center'=>t('Center'))),
'$color' => array('quattro_color', t('Color scheme'), $color, '', $colors),
'$pfs' => array('quattro_pfs', t('Posts font size'), $pfs),
'$tfs' => array('quattro_tfs',t('Textareas font size'), $tfs),
'$tfs' => array('quattro_tfs', t('Textareas font size'), $tfs),
));
return $o;
}