Fix help message.

This commit is contained in:
Paweł Stołowski
2021-07-22 09:00:12 +02:00
parent 22c3806108
commit e2b459d75a

View File

@@ -1112,7 +1112,7 @@ func init() {
// TRANSLATORS: This should not start with a lowercase letter.
"cohort": i18n.G("Install the snap in the given cohort"),
// TRANSLATORS: This should not start with a lowercase letter.
"ignore-validation": i18n.G("Ignore validation by other snaps blocking the refresh"),
"ignore-validation": i18n.G("Ignore validation by other snaps blocking the installation"),
// TRANSLATORS: This should not start with a lowercase letter.
"ignore-running": i18n.G("Ignore running hooks or applications blocking the installation"),
}), nil)