#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$border = 10; #- for leftish text
# Use text for bold
# @text = ([ N("text to display"), center => 1 ],
@text = ([ N("Choose your Favorite Desktop Environment"), center => 1 ],
' ',
N("With PowerPack, you will have the choice of the graphical desktop environment. Mandrakesoft has chosen KDE as the default one."),
' ',
N("KDE is one of the most advanced and user-friendly graphical desktop environment available. It includes a lot of integrated applications."),
' ',
N("But we advise you to try all available ones (including GNOME, IceWM, etc.) and pick your favorite."));