Skip to content

Commit 557c745

Browse files
committed
remove empty msgids
1 parent 80994cc commit 557c745

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/plone/base/interfaces/controlpanel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,6 @@ class ILoginSchema(Interface):
18151815
class ILinkSchema(Interface):
18161816
external_links_open_new_window = schema.Bool(
18171817
title=_("Open external links in new a window"),
1818-
description=_(""),
18191818
default=False,
18201819
required=False,
18211820
)

src/plone/base/interfaces/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class IBundleRegistry(zope.interface.Interface):
141141
),
142142
vocabulary=SimpleVocabulary(
143143
[
144-
SimpleTerm("", "", _("")),
144+
SimpleTerm("", "", ""),
145145
SimpleTerm("default", "default", "default"),
146146
SimpleTerm("logged-in", "logged-in", "logged-in"),
147147
]

0 commit comments

Comments
 (0)