i18n: Mark some missing strings to be translated

FEA: ItEr77S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-12-20 17:43:35 +01:00
parent b4a1145926
commit 87796fcfc8
2 changed files with 2 additions and 5 deletions

View file

@ -127,8 +127,4 @@ public enum EntityNameEnum {
}
}
public String getSequenceLiteral() {
return getDescription() + " sequences";
}
}

View file

@ -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);