[gnome-nettool] Move a comment one line down so gettext picks it up



commit 7b5c06cfa4af379bc322a52f8e3874135badfa67
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Nov 11 17:31:47 2016 +0100

    Move a comment one line down so gettext picks it up

 src/nettool.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nettool.c b/src/nettool.c
index e18e4df..1cf232d 100644
--- a/src/nettool.c
+++ b/src/nettool.c
@@ -284,9 +284,9 @@ netinfo_reap_child (GPid pid, gint status, gpointer user_data)
        if (WEXITSTATUS(status) > 0) {
                cmd = g_strjoinv (" ", netinfo->command_line);
 
-               /* '%s' is the task name to run
-                  (e.g. Traceroute, Port Scan, Finger, etc.) */
                primary = g_strdup_printf (
+                               /* '%s' is the task name to run
+                                  (e.g. Traceroute, Port Scan, Finger, etc.) */
                                _("An error occurred when try to run '%s'"),
                                page_label);
                secondary = g_strdup_printf ("%s", cmd);


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