Merge pull request #633 from meskobalazs/patch-1

Typos in a localizable string
This commit is contained in:
Dimitri John Ledkov 2020-03-05 09:08:12 +00:00 committed by GitHub
commit 3d9374adaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -419,8 +419,8 @@ def _generic_can_REMOVE(obj):
if cd is None: if cd is None:
return False return False
if cd.preserve: if cd.preserve:
return _("Cannot remove selflabel from pre-exsting {cdtype} " return _("Cannot remove {selflabel} from pre-existing {cdtype} "
"{cdlabel}").format( "{cdlabel}.").format(
selflabel=obj.label, selflabel=obj.label,
cdtype=cd.desc(), cdtype=cd.desc(),
cdlabel=cd.label) cdlabel=cd.label)