console_conf/ui/views/chooser: tweak generic action summary

Thanks @degville!

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
This commit is contained in:
Maciej Borzecki 2020-04-08 11:57:24 +02:00
parent 3967329832
commit 8ebc8e0580
1 changed files with 2 additions and 2 deletions

View File

@ -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