From 8ebc8e0580c15ece52dc04dad7608be065bfb078 Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Wed, 8 Apr 2020 11:57:24 +0200 Subject: [PATCH] console_conf/ui/views/chooser: tweak generic action summary Thanks @degville! Signed-off-by: Maciej Borzecki --- console_conf/ui/views/chooser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console_conf/ui/views/chooser.py b/console_conf/ui/views/chooser.py index e79a4802..f30a8ede 100644 --- a/console_conf/ui/views/chooser.py +++ b/console_conf/ui/views/chooser.py @@ -185,8 +185,8 @@ class ChooserConfirmView(ChooserBaseView): default_summary = ("You are about to execute action \"{action}\" using " "system version {version} for device {model} from " "{publisher}.\n\n" - "Make sure you understand the consequences of doing " - "so.") + "Make sure you understand the consequences of " + "performing this action.") def __init__(self, controller, selection): self.controller = controller