Commit 3d8df12472c0ec6c0b5e9e9fc79f366bcf330d69
Exists in
master
and in
28 other branches
Merge branch 'stable' of https://gitlab.com/noosfero/noosfero into image-diff-overflow
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | <td title='<%= _('Comments from spammers / number of comments verified') %>'><%= "#{report.spams_by_no_network} / #{report.processed_comments}" %></td> |
22 | 22 | <td title='<%= _('Spam comments / total number of comments') %>'><%= "#{report.spams} / #{report.total_comments}" %></td> |
23 | 23 | <td title='<%= _('People with more than 2 spam comments / number of people verified') %>'><%= "#{report.spammers_by_comments} / #{report.processed_people}" %></td> |
24 | - <td title='<%= _('People who signed up more than one month ago, have no network / number of comments verified') %>'><%= "#{report.spammers_by_no_network} / #{report.processed_people}" %></td> | |
24 | + <td title='<%= _('People who signed up more than one month ago, have no network / number of people verified') %>'><%= "#{report.spammers_by_no_network} / #{report.processed_people}" %></td> | |
25 | 25 | <td title='<%= _('Spammers / total number of people') %>'><%= "#{report.spammers} / #{report.total_people}" %></td> |
26 | 26 | </tr> |
27 | 27 | <% end %> | ... | ... |
po/es/noosfero.po
... | ... | @@ -6128,7 +6128,7 @@ msgstr "Publicar comentario" |
6128 | 6128 | #: app/views/scrap/notifier/mail.rhtml:1 |
6129 | 6129 | #: app/views/user/mailer/activation_code.rhtml:1 |
6130 | 6130 | msgid "Hi, %{recipient}!" |
6131 | -msgstr "¡Hola, %recipient}!" | |
6131 | +msgstr "¡Hola, %{recipient}!" | |
6132 | 6132 | |
6133 | 6133 | #: app/views/comment/notifier/mail.rhtml:3 |
6134 | 6134 | msgid "" |
... | ... | @@ -9831,7 +9831,7 @@ msgid "" |
9831 | 9831 | "%{activation_url}" |
9832 | 9832 | msgstr "" |
9833 | 9833 | "¡Bienvenido a %{environment}! Para activar tu cuenta, sigue el enlace: " |
9834 | -"%{activation_urñ}" | |
9834 | +"%{activation_url}" | |
9835 | 9835 | |
9836 | 9836 | #: app/views/categories/new.rhtml:1 app/views/categories/index.rhtml:7 |
9837 | 9837 | #: app/views/categories/index.rhtml:16 app/views/categories/index.rhtml:25 | ... | ... |