update translations

This commit is contained in:
2020-08-07 20:29:33 -04:00
parent c69fee81b4
commit f4d2f0f689
4 changed files with 201 additions and 82 deletions

View File

@@ -212,7 +212,7 @@ namespace TUFManager {
close_notification ();
notification = new Notify.Notification (_ ("TUF Manager"), message, "tuf-manager");
notification.set_timeout (Notify.EXPIRES_DEFAULT);
notification.add_action ("default", _ ("Details"), close_notification);
notification.add_action ("default", _ ("Close"), close_notification);
notification.show ();
}
catch (Error e) {