From 23c0945c42b933b960776f2f0f9edad299ca029d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 19:21:59 +0200 Subject: mgaapplet-config: Fix window title --- mgaapplet-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaapplet-config') diff --git a/mgaapplet-config b/mgaapplet-config index 93008b69..91abca85 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -40,7 +40,7 @@ ugtk3::exit(0); sub configure() { - my $w = ugtk3->new(N("Adding an additional package medium"), width => -1); + my $w = ugtk3->new(N("Updates Configuration"), width => -1); my %config = getVarsFromSh($config_file); -- cgit v1.2.1