aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 230074ad..8d0dc89a 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1233,7 +1233,7 @@ Do you really want to install all the selected packages?"), yesno => 1)
[ N("/_Help") . N("/_About..."), undef, sub {
my $license = formatAlaTeX(translate($::license));
$license =~ s/\n/\n\n/sg; # nicer formatting
- my $w = gtknew('AboutDialog', name => N("About Rpmdrake"),
+ my $w = gtknew('AboutDialog', name => N("Rpmdrake"),
version => '2007',
copyright => N("Copyright (C) %s by Mandriva", '2002-2006'),
license => $license, wrap_license => 1,