From c13a5c6711d0f2f9933404a31623d23fccbb31ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 22 Feb 2015 20:35:08 +0100 Subject: 3.10.1 --- Makefile | 2 +- NEWS | 5 +++++ mgaapplet-config | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5a09215d..47142cf3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = mgaonline -VERSION:=3.10 +VERSION:=3.10.1 MGAUPDATE = mgaupdate MGAAPPLET = mgaapplet diff --git a/NEWS b/NEWS index d86672c9..e99183d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 3.10.1 - 22 February 2015, RĂ©mi Verschelde + +- mgaapplet-config: Fix string that refers to "Default" instead of "Mageia" + (mga#13230) + Version 3.10 - 4 February 2014, Thierry Vignaud - include strings from mgaapplet-update-checker & mgaapplet-upgrade-helper diff --git a/mgaapplet-config b/mgaapplet-config index 59113839..babba1b1 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -82,7 +82,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 \"%s\" releases", "Mageia"), active_ref => \$config{DO_NOT_ASK_FOR_DISTRO_UPGRADE}, ), ], -- cgit v1.2.1