change to a shorter label for the update notification button

This commit is contained in:
guinux
2016-08-27 22:36:45 +02:00
parent d840b05e91
commit a405052cd4
2 changed files with 4 additions and 8 deletions

View File

@@ -227,7 +227,7 @@ namespace Pamac {
try {
close_notification();
notification = new Notify.Notification (_("Update Manager"), info, "system-software-update");
notification.add_action ("default", _("Show available updates"), execute_updater);
notification.add_action ("default", _("Details"), execute_updater);
notification.show ();
} catch (Error e) {
stderr.printf ("Notify Error: %s", e.message);