Skip to content

Commit f0fc8b0

Browse files
authored
Merge pull request #95 from plone/erral-fix-i18n
do not create empty msgids
2 parents 53662cf + c9a7497 commit f0fc8b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

news/+i18n.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Do not create empty translation msgids @erral

src/plone/base/interfaces/controlpanel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,6 @@ class IImagingSchema(Interface):
16511651

16521652
highpixeldensity_scales = schema.Choice(
16531653
title=_("High pixel density mode"),
1654-
description=_(""),
16551654
default="disabled",
16561655
vocabulary=SimpleVocabulary(
16571656
[

0 commit comments

Comments
 (0)