Menu

#324 hard coded text must be translated

claroline_1.11
closed
translation (5)
5
2013-11-29
2013-11-24
No

in file claroline\document\document.php you will find hard coded text "A file with the same name already exists." in line 727 and "You can not move an element inside itself." in line 731.
this should be translated.
$dialogBox->error( 'A file with the same name already exists.' );
$dialogBox->error( 'You can not move an element inside itself.' );

Discussion

  • Frederic Minne

    Frederic Minne - 2013-11-27
    • status: open --> accepted
    • assigned_to: Frederic Minne
     
  • Frederic Minne

    Frederic Minne - 2013-11-29
    • status: accepted --> closed
     
  • Frederic Minne

    Frederic Minne - 2013-11-29

    fixed on the trunk (will be released in claroline 1.12)

     

Log in to post a comment.