Commit 06d895ac4dd40d813f7f10152aec1e39d30d6026
1 parent
b581fa57
Exists in
master
and in
1 other branch
Fix typo on message
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
po/gamification.pot
@@ -119,7 +119,7 @@ msgid "All Time" | @@ -119,7 +119,7 @@ msgid "All Time" | ||
119 | msgstr "" | 119 | msgstr "" |
120 | 120 | ||
121 | #: plugins/gamification/views/gamification/notification_badge.html.erb:2 | 121 | #: plugins/gamification/views/gamification/notification_badge.html.erb:2 |
122 | -msgid "You earn a new badge!" | 122 | +msgid "You earned a new badge!" |
123 | msgstr "" | 123 | msgstr "" |
124 | 124 | ||
125 | #: plugins/gamification/views/gamification/notification_badge.html.erb:6 | 125 | #: plugins/gamification/views/gamification/notification_badge.html.erb:6 |
po/pt/gamification.po
@@ -7,7 +7,7 @@ msgid "" | @@ -7,7 +7,7 @@ msgid "" | ||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: 1.1-3172-g3455bd0\n" | 8 | "Project-Id-Version: 1.1-3172-g3455bd0\n" |
9 | "POT-Creation-Date: 2015-08-17 16:21-0300\n" | 9 | "POT-Creation-Date: 2015-08-17 16:21-0300\n" |
10 | -"PO-Revision-Date: 2015-06-05 08:42-0300\n" | 10 | +"PO-Revision-Date: 2015-10-08 21:35-0300\n" |
11 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 11 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" | 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
13 | "Language: \n" | 13 | "Language: \n" |
@@ -119,7 +119,7 @@ msgid "All Time" | @@ -119,7 +119,7 @@ msgid "All Time" | ||
119 | msgstr "Todo o Período" | 119 | msgstr "Todo o Período" |
120 | 120 | ||
121 | #: plugins/gamification/views/gamification/notification_badge.html.erb:2 | 121 | #: plugins/gamification/views/gamification/notification_badge.html.erb:2 |
122 | -msgid "You earn a new badge!" | 122 | +msgid "You earned a new badge!" |
123 | msgstr "Você ganhou um troféu!" | 123 | msgstr "Você ganhou um troféu!" |
124 | 124 | ||
125 | #: plugins/gamification/views/gamification/notification_badge.html.erb:6 | 125 | #: plugins/gamification/views/gamification/notification_badge.html.erb:6 |
views/gamification/notification_badge.html.erb
1 | <div class="gamification-notification"> | 1 | <div class="gamification-notification"> |
2 | - <h2 class="message"><%= _('You earn a new badge!') %></h2> | 2 | + <h2 class="message"><%= _('You earned a new badge!') %></h2> |
3 | <div class="badge"> | 3 | <div class="badge"> |
4 | <div class="image <%= badge.name %>"></div> | 4 | <div class="image <%= badge.name %>"></div> |
5 | <div class="description"><%= badge.description %></div> | 5 | <div class="description"><%= badge.description %></div> |