diff options
-rw-r--r-- | src/proctable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |