# Pastebin rqjxEK3e if (!g_strcmp0 (event, "applied")) { g_autofree gchar *body = NULL; int num_updates = atoi(description); body = g_strdup_printf( ngettext("%d Livepatch update has been successfully applied.", "%d Livepatch updates have been successfully applied.", num_updates), num_updates); show_notification (_("Canonical Livepatch"), body, NULL); } }