forked from cromer/pamac-classic
change to a shorter label for the update notification button
This commit is contained in:
parent
d840b05e91
commit
a405052cd4
10
po/pamac.pot
10
po/pamac.pot
@ -368,8 +368,9 @@ msgid_plural "%u available updates"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: ../src/tray.vala
|
||||
msgid "Show available updates"
|
||||
#: ../src/tray.vala ../src/manager_window.vala ../resources/progress_dialog.ui
|
||||
#: ../resources/manager_window.ui ../resources/updater_window.ui
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/manager_window.vala
|
||||
@ -384,11 +385,6 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/manager_window.vala ../resources/progress_dialog.ui
|
||||
#: ../resources/manager_window.ui ../resources/updater_window.ui
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/manager_window.vala
|
||||
#, c-format
|
||||
msgid "%u pending operation"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user