Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pt-BR:
greater_than_start_date: "deve ser maior que a data inicial"
not_same_project: "não pertence ao mesmo projeto"
circular_dependency: "Esta relação geraria uma dependência circular"
cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"

actionview_instancetag_blank_option: Selecione

Expand Down
3 changes: 3 additions & 0 deletions extra/mail_handler/rdm-mailhandler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# -o, --allow-override=ATTRS allow email content to override attributes
# specified by previous options
# ATTRS is a comma separated list of attributes
# Overridable attributes are:
# tracker, category, priority
# assigned_to, start_date, due_date
#
# == Examples
# No project specified. Emails MUST contain the 'Project' keyword:
Expand Down