summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center1
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center
index 0d6cd29c..1871b208 100755
--- a/control-center
+++ b/control-center
@@ -474,6 +474,7 @@ sub connect_to_site {
sub about_mdk_cc {
my $window_about = new Gtk::Dialog();
$window_about->set_position(1);
+ $window_about->set_title( _("About - Mandrake Control Center"));
my $bbox1 = new Gtk::HButtonBox;
$window_about->action_area->pack_start($bbox1,0,0,0);