Feature #15275
closedImprove usage of label "button_update"
0%
Description
Hi, today I discovered an improper german translation of button_update
:
button_update: Bearbeiten
should better be
button_update: Aktualisieren
While the first has the meaning of "edit", the second corresponds to "update by applying my changes". Unfortunately, button_update
seems also to be used for editing issues:
$ grep -rn button_update app/ app/views/issues/_action_menu.html.erb:2:<%= link_to l(:button_update), edit_issue_path(@issue), :onclick => 'showAndScrollTo("update", "issue_notes"); return false;', :class => 'icon ico n-edit', :accesskey => accesskey(:edit) if @issue.editable? %> app/views/issues/show.html.erb:131: <h3><%= l(:button_update) %></h3> app/views/repositories/committers.html.erb:39:<p><%= submit_tag(l(:button_update)) %></p>
Therefore, I would suggest to change the translation and change button_update
to button_edit
for the first two occurrences. It is fine for the third, I think.
What do you think? Comments welcome!
Related issues
Updated by Björn Peemöller about 11 years ago
Well, another solution may also be to change button_update
to button_save
in app/views/repositories/committers.html.erb:39
, but I think the other change may also be worth it.
Updated by Jean-Philippe Lang about 11 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.5.0
- Resolution set to Fixed
Changes done.
Updated by Stanislav German-Evtushenko over 10 years ago
And now we have a weird way to add a comment by the "Edit" button. I'm sure we will get used to it but it doesn't seem logical.
Updated by Go MAEDA almost 10 years ago
- Related to Defect #7856: Change "Update" to "Update/Reply" on issue#show added
Updated by Mischa The Evil over 2 years ago
- Related to Defect #9033: German semantic translation mistake added