summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-02-22 20:35:08 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-02-22 20:35:08 +0100
commitc13a5c6711d0f2f9933404a31623d23fccbb31ea (patch)
tree4de26f7914ef1e8790035cd1d4cdb39d7f9ae6d8
parent9fbe713543ba28ab44914cc1d58ee1af469c4760 (diff)
downloadmgaonline-distro/mga4.tar
mgaonline-distro/mga4.tar.gz
mgaonline-distro/mga4.tar.bz2
mgaonline-distro/mga4.tar.xz
mgaonline-distro/mga4.zip
-rw-r--r--Makefile2
-rw-r--r--NEWS5
-rwxr-xr-xmgaapplet-config2
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},
),
],