From 1291f5687b4c46d76f65f377a553d09a35105627 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 10 Sep 2020 23:57:03 +0200 Subject: [PATCH] Improve phrasing of additional process text Fix #152 --- doc/source/user-guide.rst | 2 +- tests/test_views.py | 2 +- tracer/views/note_for_hidden.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user-guide.rst b/doc/source/user-guide.rst index 02c3887..70243bf 100644 --- a/doc/source/user-guide.rst +++ b/doc/source/user-guide.rst @@ -24,7 +24,7 @@ Standard way to use tracer is just running the ``sudo tracer`` command. I am wor dolphin gvim - Additionally to those process above, there are: + Additionally, there are: - 6 processes requiring restarting your session (i.e. Logging out & Logging in again) - 2 processes requiring reboot diff --git a/tests/test_views.py b/tests/test_views.py index 0efd5a5..ec8653e 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -216,7 +216,7 @@ def test_default_not_all(self): " bar\n" " foo\n" "\n" - "Additionally to those process above, there are:\n" + "Additionally, there are:\n" " - 2 processes requiring restart of your session (i.e. Logging out & Logging in again)\n" " - 1 processes requiring reboot\n" )) diff --git a/tracer/views/note_for_hidden.py b/tracer/views/note_for_hidden.py index bf56ff5..b551908 100644 --- a/tracer/views/note_for_hidden.py +++ b/tracer/views/note_for_hidden.py @@ -12,7 +12,7 @@ def render(self): if self.args.session_count + self.args.static_count == self.args.total_count: self.print(_("There are:")) else: - self.print(_("Additionally to those process above, there are:")) + self.print(_("Additionally, there are:")) if self.args.session_count > 0: self.print(" - " + \