Updates to the description and the README

This commit is contained in:
Alessandro Ranellucci 2012-06-18 13:52:38 +02:00
parent 2b6b91cd01
commit 20e1a9c860
2 changed files with 7 additions and 4 deletions

View file

@ -86,7 +86,7 @@ sub About {
$info->SetName('Slic3r');
$info->AddDeveloper('Alessandro Ranellucci');
$info->SetVersion($Slic3r::VERSION);
$info->SetDescription('STL-to-GCODE translator for RepRap printers');
$info->SetDescription('G-code generator for 3D printers');
Wx::AboutBox($info);
}