Переглянути джерело

SONAR-4797 Quality Profiles: replace "Backup" by "Back up"

tags/4.1-RC1
Julien HENRY 10 роки тому
джерело
коміт
e556b76dee

+ 1
- 0
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties Переглянути файл

@@ -20,6 +20,7 @@ ascending=Ascending
assignee=Assignee
author=Author
back=Back
backup=Backup
backup_verb=Back up
blocker=Blocker
bold=Bold

+ 2
- 2
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb Переглянути файл

@@ -8,7 +8,7 @@
<div class="modal-body">

<div class="modal-field">
<label for="name"><%= message('backup_verb') -%> <em class="mandatory">*</em></label>
<label for="name"><%= message('backup') -%> <em class="mandatory">*</em></label>
<%= file_field_tag 'backup' %>
</div>

@@ -19,4 +19,4 @@
<a href="#" onclick="return closeModalWindow()" id="restore-profile-cancel"><%= h message('cancel') -%></a>
</div>
</fieldset>
</form>
</form>

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb Переглянути файл

@@ -78,7 +78,7 @@

<% if profiles_administrator? %>

<td align="right">
<td align="right" nowrap>
<form method="post" action="<%= ApplicationController.root_context -%>/profiles/backup/<%= profile.id -%>" id="backup-<%= profile.key.parameterize -%>-form">
<a href="#" class="link-action" name="button_backup" id="backup_<%= u profile.key %>" onclick="$j('#backup-<%= profile.key.parameterize -%>-form').submit();return false;"><%= message('backup_verb') -%></a>
</form>

Завантаження…
Відмінити
Зберегти