Skip to content

Commit

Permalink
- altered messagens
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonc committed Sep 21, 2017
1 parent 7643b8f commit 49ca587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sc/social/like/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ class ISocialLikeSettings(model.Schema):

form.widget('fallback_image', NamedImageFieldWidget)
fallback_image = schema.ASCII(
title=_(u'Image fallback'),
title=_(u'Fallback image'),
description=_(
u'help_fallback_image',
default=u'Content that does not have an image will be displayed on the share.\n '
default=u'Image that will be displayed on the share for content that does not have an image..\n '
u'If you do not enter a \"logo.png\" image will be the default.',
),
required=False,
Expand Down
2 changes: 1 addition & 1 deletion sc/social/like/locales/pt_BR/LC_MESSAGES/sc.social.like.po
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ msgstr "Imagem"

#: ./sc/social/like/interfaces.py:213
msgid "help_fallback_image"
msgstr "O conteúdo que não possuir uma imagem essa será exibida no compartilhamento.\n Caso não informe uma, a imagem \"logo.png\" será a padrão."
msgstr "Imagem que será exibida no compartilhamento para conteúdo que não possui uma imagem.\n Caso não informe uma, a imagem \"logo.png\" será a padrão."

#: ./sc/social/like/interfaces.py:223
msgid "Image scale for shared"
Expand Down

0 comments on commit 49ca587

Please sign in to comment.