Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: Nozema on February 07, 2009, 09:42:28 AM

Title: Error in ManageSmileys.dutch-utf8.php
Post by: Nozema on February 07, 2009, 09:42:28 AM
In the file ManageSmileys.dutch-utf8.php for 2.0 is a small error on line 44, you won´t be able to edit smileys in Admin.

$txt['smileys_delete'] = 'Verwijder smiley'';

// Don't use entities in the below string.


should be:


$txt['smileys_delete'] = 'Verwijder smiley';
// Don't use entities in the below string.


It is the double '' thats bugging it!
Title: Re: Error in ManageSmileys.dutch-utf8.php
Post by: metallica48423 on February 07, 2009, 04:26:42 PM
Doesn't appear bugged in the language editor.  I've reported it to the dutch translators.  Thanks