summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xmdkapplet2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bfb6079..e8a40f79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
- mdkapplet
+ o change button in new distro notification from "Upgrade the system"
+ to "More Information"
o set 'low' urgency for new distribution notification
- mdkapplet-upgrade-helper
o disable custom downloader settings in order to default to aria2
diff --git a/mdkapplet b/mdkapplet
index 1fa6b148..83f98e23 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -563,7 +563,7 @@ sub setState {
my $bubble = Gtk2::Notify->new_with_status_icon(N("Warning"), formatAlaTeX(translate($state{$state}{tt}[0])) . "\n",
'/usr/share/icons/mdkonline.png', $icon);
if ($state eq 'new_distribution') {
- $bubble->add_action('clicked', N("Upgrade the system"), \&upgrade);
+ $bubble->add_action('clicked', N("More Information"), \&upgrade);
if ($sub_state eq 'updates') {
push @arr, 'update';
}