From aa014c631614d23a0617b773c37da8b6a6d014de Mon Sep 17 00:00:00 2001
From: infirit <infirit@gmail.com>
Date: Thu, 18 Dec 2014 21:07:06 +0100
Subject: Better translator comment for the Waiting Channel column

Taken from GSM commit: f826e6f30d0d6bdcc07cc00774ea16297d853ccb
From: Robert Roth <robert.roth.off@gmail.com>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=553315
---
 src/proctable.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/proctable.cpp b/src/proctable.cpp
index 13a4fa4..1126f2a 100644
--- a/src/proctable.cpp
+++ b/src/proctable.cpp
@@ -257,7 +257,7 @@ proctable_new (ProcData * const procdata)
         N_("Security Context"),
         N_("Command Line"),
         N_("Memory"),
-        /* xgettext: wchan, see ps(1) or top(1) */
+        /* xgettext: combined noun, the function the process is waiting in, see wchan ps(1) */
         N_("Waiting Channel"),
         N_("Control Group"),
         NULL,
-- 
cgit v1.2.1