diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rwxr-xr-x | mgaapplet-config | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME = mgaonline -VERSION:=3.10 +VERSION:=3.10.1 MGAUPDATE = mgaupdate MGAAPPLET = mgaapplet @@ -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}, ), ], |