summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index be4525af..4451ff9c 100755
--- a/control-center
+++ b/control-center
@@ -206,7 +206,7 @@ sub draw_exposed {
my $style = new Gtk::Style;
my $style_dflt = new Gtk::Style;
$style->font(Gtk::Gdk::Font->fontset_load("-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"));
- $pix->draw_string($style->font, $darea1->style->black_gc, 73, 170, ("The place where you can configure your Mandrake Box") );
+ $pix->draw_string($style->font, $darea1->style->black_gc, 73, 170, _("The place where you can configure your Mandrake Box") );
my @revtree;
open VERS, "/etc/redhat-release" or die( sprintf _("cannot open this file for read: $!"));