From 9bd45927d7f7d2eab7d74b1ace1dd0c764731300 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 9 Apr 2018 18:49:08 -0400 Subject: [PATCH] snapshot: Clarify form label and help text Signed-off-by: James Valleroy --- plinth/modules/snapshot/forms.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plinth/modules/snapshot/forms.py b/plinth/modules/snapshot/forms.py index 8e6c43d54..1b9dd8b2b 100644 --- a/plinth/modules/snapshot/forms.py +++ b/plinth/modules/snapshot/forms.py @@ -30,8 +30,9 @@ class SnapshotForm(forms.Form): choices=[('yes', 'Enabled'), ('no', 'Disabled')]) enable_software_snapshots = forms.ChoiceField( - label=_('Software Snapshots'), - help_text=_('Enable or disable software snapshots '), + label=_('Software Installation Snapshots'), + help_text=_('Enable or disable snapshots before and after software ' + 'installation'), choices=[('yes', 'Enabled'), ('no', 'Disabled')]) hourly_limit = forms.IntegerField(