[Bb-trac] [bbPress] #600: Typo in bb-settings.php line 102

bbPress bb-trac at lists.bbpress.org
Sun Feb 25 02:01:41 GMT 2007


#600: Typo in bb-settings.php line 102
------------------------+---------------------------------------------------
 Reporter:  chrishajer  |       Owner:       
     Type:  defect      |      Status:  new  
 Priority:  lowest      |   Milestone:       
Component:  Front-end   |     Version:  0.8.1
 Severity:  minor       |    Keywords:       
------------------------+---------------------------------------------------
 This line of bb-settings.php has a typo:
 http://trac.bbpress.org/browser/trunk/bb-settings.php#L102

 original:
 {{{
     die(sprintf(__('Does’t look like you’ve installed bbPress
 yet, <a href="%s">go here</a>.'), 'bb-admin/install.php'));
 }}}

 corrected:
 {{{
     die(sprintf(__('Doesn&#8217;t look like you&#8217;ve installed bbPress
 yet, <a href="%s">go here</a>.'), 'bb-admin/install.php'));
 }}}

 :g/Does/s//Doesn/g

 Thank you.

-- 
Ticket URL: <http://trac.bbpress.org/ticket/600>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list