diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-28 19:21:59 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-28 19:21:59 +0200 |
commit | 23c0945c42b933b960776f2f0f9edad299ca029d (patch) | |
tree | 45134981b254a50182ef54912c462129c9c07765 | |
parent | 7be210f3210734873c03e3f5341e8d380fd4079e (diff) | |
download | mgaonline-23c0945c42b933b960776f2f0f9edad299ca029d.tar mgaonline-23c0945c42b933b960776f2f0f9edad299ca029d.tar.gz mgaonline-23c0945c42b933b960776f2f0f9edad299ca029d.tar.bz2 mgaonline-23c0945c42b933b960776f2f0f9edad299ca029d.tar.xz mgaonline-23c0945c42b933b960776f2f0f9edad299ca029d.zip |
mgaapplet-config: Fix window title
-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); |