[Bug #879] Using inherited instead of indirect for criteria and labels.
FEA: ItEr71S04BugFixing
This commit is contained in:
parent
a76e26a4e5
commit
b6590e691a
2 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ public class CriterionRequirementWrapper implements INewObject {
|
|||
public final String DIRECT = _("Direct");
|
||||
|
||||
public static String getIndirectTypeLabel() {
|
||||
return _("Indirect");
|
||||
return _("Inherited");
|
||||
}
|
||||
|
||||
private String type;
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
]]>
|
||||
</zscript>
|
||||
<vbox apply="${assignedLabelsController}" width="100%">
|
||||
<!-- Indirect labels -->
|
||||
<!-- Inherited labels -->
|
||||
<vbox width="100%">
|
||||
<panel title="${i18n:_('Indirect labels')}" border="normal">
|
||||
<panel title="${i18n:_('Inherited labels')}" border="normal">
|
||||
<panelchildren>
|
||||
<grid id="inheritedLabels" height="150px" fixedLayout="true"
|
||||
model="@{assignedLabelsController.inheritedLabels}">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue