Commit 52a92b18 authored by Eric Davis's avatar Eric Davis

Added a missing label to my/page_layout.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3747 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 51d3f511
......@@ -36,6 +36,7 @@ function removeBlock(block) {
<div class="contextual">
<% form_tag({:action => "add_block"}, :id => "block-form") do %>
<%= label_tag('block-select', l(:label_my_page_block)) %>
<%= select_tag 'block', "<option></option>" + options_for_select(@block_options), :id => "block-select" %>
<%= link_to_remote l(:button_add),
{:url => { :action => "add_block" },
......
......@@ -458,6 +458,7 @@ en:
label_my_page: My page
label_my_account: My account
label_my_projects: My projects
label_my_page_block: My page block
label_administration: Administration
label_login: Sign in
label_logout: Sign out
......
......@@ -478,6 +478,7 @@ fr:
label_my_page: Ma page
label_my_account: Mon compte
label_my_projects: Mes projets
label_my_page_block: Ma page bloque
label_administration: Administration
label_login: Connexion
label_logout: Déconnexion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment