i18n: Mark some missing strings to be translated
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
b4a1145926
commit
87796fcfc8
2 changed files with 2 additions and 5 deletions
|
|
@ -127,8 +127,4 @@ public enum EntityNameEnum {
|
|||
}
|
||||
}
|
||||
|
||||
public String getSequenceLiteral() {
|
||||
return getDescription() + " sequences";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -485,7 +485,8 @@ public class ConfigurationController extends GenericForwardComposer {
|
|||
final EntityNameEnum entityName = entitySequence.getEntityName();
|
||||
|
||||
row.setValue(entityName);
|
||||
row.appendChild(new Label(_(entityName.getSequenceLiteral())));
|
||||
row.appendChild(new Label(_("{0} sequences",
|
||||
entityName.getDescription())));
|
||||
|
||||
row.setValue(entitySequence);
|
||||
appendActiveRadiobox(row, entitySequence);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue