[gnome-software/wip/hughsie/moderate] trivial: Add one more translator comment



commit b03d12be412c1cd924a2b4903dd2d7566a345d8b
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 11 18:43:12 2016 +0000

    trivial: Add one more translator comment

 src/gs-update-monitor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-update-monitor.c b/src/gs-update-monitor.c
index 21d00c6..dda4e64 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -453,6 +453,7 @@ get_updates_historical_cb (GObject *object, GAsyncResult *res, gpointer data)
 
        notification = g_notification_new (title);
        g_notification_set_body (notification, message);
+       /* TRANSLATORS: to look at the updates that were installed */
        g_notification_add_button_with_target (notification, _("Review"), "app.set-mode", "s", "updated");
        g_notification_set_default_action_and_target (notification, "app.set-mode", "s", "updated");
        g_application_send_notification (monitor->application, "offline-updates", notification);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]