summaryrefslogtreecommitdiffstats
path: root/mgaapplet-config
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet-config')
-rwxr-xr-xmgaapplet-config4
1 files changed, 1 insertions, 3 deletions
diff --git a/mgaapplet-config b/mgaapplet-config
index 59113839..67175ce7 100755
--- a/mgaapplet-config
+++ b/mgaapplet-config
@@ -56,8 +56,6 @@ sub configure() {
# config file has negative options but GUI want positive options (HIG):
invbools_for_display(\%config);
-
- my $product = translate_product();
my $res =
fill_n_run_portable_dialog(
@@ -82,7 +80,7 @@ sub configure() {
step_increment => 1,
value_ref => \$config{FIRST_CHECK_DELAY}) ],
[ gtknew('CheckButton',
- text => N("Check for newer \"%s\" releases", $product),
+ text => N("Check for newer Mageia releases"),
active_ref => \$config{DO_NOT_ASK_FOR_DISTRO_UPGRADE},
),
],