Committer: ailyin
LJSUP-6406 (FaceBook authorization): fix typo; thanks to narefieva for catching this oneU trunk/cgi-bin/LJ/Talk.pm
Modified: trunk/cgi-bin/LJ/Talk.pm =================================================================== --- trunk/cgi-bin/LJ/Talk.pm 2010-08-30 10:02:00 UTC (rev 17226) +++ trunk/cgi-bin/LJ/Talk.pm 2010-08-30 10:02:56 UTC (rev 17227) @@ -1690,7 +1690,7 @@ } ), 'friendsonly' => LJ::Lang::ml( - '/talpost.bml.opt.' + '/talkpost.bml.opt.' . ( $is_person ? 'friends' : 'members' ) . 'only', { 'username' => '<b>' . $journalu->username . '</b>', } ),