提交 586ea61f 编写于 作者: A Alessio Sergi

Help: commands description text align to the left

上级 ab23f2c5
......@@ -70,8 +70,8 @@ class Plugin(GlancesPlugin):
ret.append(self.curse_new_line())
# Keys
msg_col = '{0:1} {1:>35}'
msg_col2 = ' {0:1} {1:>35}'
msg_col = ' {0:1} {1:35}'
msg_col2 = ' {0:1} {1:35}'
ret.append(self.curse_new_line())
msg = msg_col.format(_("a"), _("Sort processes automatically"))
......@@ -116,7 +116,7 @@ class Plugin(GlancesPlugin):
ret.append(self.curse_new_line())
msg = msg_col.format(_("s"), _("Show/hide sensors stats"))
ret.append(self.curse_add_line(msg))
msg = msg_col2.format(_("z"), _("Enable/Disable processes stats"))
msg = msg_col2.format(_("z"), _("Enable/disable processes stats"))
ret.append(self.curse_add_line(msg))
ret.append(self.curse_new_line())
msg = msg_col.format(_("q"), _("Quit (Esc and Ctrl-C also work)"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册