summaryrefslogtreecommitdiffstats
path: root/tuna-cmd.py
diff options
context:
space:
mode:
authorSatoru SATOH <ssato@redhat.com>2009-08-02 16:41:00 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-08-02 16:41:00 -0300
commit691378600421fda478e3ac08946ce0d516f509ff (patch)
tree8d4e070b38925cfe8d278dc7b8f6e4d71cf1e8d2 /tuna-cmd.py
parent7877f721f18642e6a7a80d087e582b0a755c0f35 (diff)
downloadtuna-691378600421fda478e3ac08946ce0d516f509ff.tar.gz
tuna: help i18n/l10n
i18n/l10n of help texts originally in help/*/*. This patch adds tuna/help.py converted from help/*/* and updates related parts. Cc: Jon Masters <jcm@redhat.com> Cc: Clark Williams <clark@redhat.com> Signed-off-by: Satoru SATOH <ssato@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tuna-cmd.py')
-rwxr-xr-xtuna-cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 29967f8..54cb3df 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -97,7 +97,7 @@ def thread_help(tid):
pinfo = ps[tid]
cmdline = procfs.process_cmdline(pinfo)
help, title = tuna.kthread_help_plain_text(tid, cmdline)
- print "%s\n\n%s" % (title, help)
+ print "%s\n\n%s" % (title, _(help))
def save(cpu_list, thread_list, filename):
kthreads = tuna.get_kthread_sched_tunings()