diff options
-rwxr-xr-x | mgaapplet-config | 2 |
1 files changed, 1 insertions, 1 deletions
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); |