summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/ppp-03.pl
blob: 5642d61204e5bb5957f983396d95cfa5eb8b5098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

$width = 556;
$height = 303;

$y_start = 10;
$border = 10;  #- for leftish text

# Use <b>text</b> for bold

# @text = ([ N("text to display"), center => 1 ],

@text = ([ N("<b>Choose your graphical Desktop environment!</b>"), center => 1 ],
        ' ',
	N("When you log into your Mandrake Linux system for the first time, you can choose between several popular graphical desktops environments, including: KDE, GNOME, WindowMaker, IceWM, and others."));