Skip to content

Commit 603e936

Browse files
authored
Merge pull request #731 from plone/erral-fix-i18nm
do not create empty msgids
2 parents 9b5b79d + b54f215 commit 603e936

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 msgids @erral

src/plone/app/contenttypes/behaviors/thumb_icon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class IThumbIconHandling(model.Schema):
6060

6161
suppress_icons = schema.Bool(
6262
title=_("Suppress icons in list, table or summary view"),
63-
description=_(""),
6463
required=False,
6564
default=False,
6665
)

0 commit comments

Comments
 (0)