- return i18n("This group is locked down. It cannot be editted by you.");
+ return i18n("This group is locked down. It cannot be edited by you.");
} else {
return i18n("Edit this group");
}
case KeyGroup::GnuPGConfig:
return i18n("This group cannot be edited with Kleopatra. It is defined in the configuration files of gpg.");
case KeyGroup::Tags:
return i18n("This group is implicitly defined by tags assigned to keys. You need to change the tags of keys to add keys to or remove keys from the group.");
case KeyGroup::UnknownSource:
;
}
return i18n("This group cannot be edited with Kleopatra.");