Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Nov 7, 2024
1 parent 974c666 commit ce6acd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions en.po
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ msgstr ""
msgid "What's Included?"
msgstr ""
#: en.download.run_in_browser
msgid "Run in browser"
msgstr "Lanzar en el navegador"
msgid "Run in the browser"
msgstr "Run in the browser"
#: en.download.requirements.title
msgid "Requirements"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ msgid "What's Included?"
msgstr "What's Included?"

#: en.download.run_in_browser
msgid "Run in browser"
msgstr "Run in browser"
msgid "Run in the browser"
msgstr "Run in the browser"

#: en.download.requirements.title
msgid "Requirements"
Expand Down
2 changes: 1 addition & 1 deletion locales/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgid "What's Included?"
msgstr "¿Qué está incluido?."

#: en.download.run_in_browser
msgid "Run in browser"
msgid "Run in the browser"
msgstr "Abrir en el navegador"

#: en.download.requirements.title
Expand Down
2 changes: 1 addition & 1 deletion source/localizable/download.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ keywords: xampp, apache, php, perl, mysql, windows, linux, osx
</td>
<td class="text-right">
<% if download["browser_app"] == true %>
<%= link_to t('Run in browser'), download["url"], :class => "button", :target => "_blank" %>
<%= link_to t('Run in the browser'), download["url"], :class => "button", :target => "_blank" %>
<% else %>
<%= download_link_to "#{t('Download')} (#{bits[1..-1]} bit)", download["url"], :class => "button" %>
<% end %>
Expand Down

0 comments on commit ce6acd9

Please sign in to comment.