blob: 6fc69737b4a24162ea8cf68ee2d2e66911a2c53c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 80;
$title = N("The KDE Choice");
@text = (N("The powerful Open Source graphical desktop environment KDE is the desktop of choice for the Discovery Pack."));
|