Re-use earlier retrieved internationalization string.

fix-message-formatting
Danny van Heumen 11 years ago
parent c8b5660db2
commit 7c7572807f

@ -75,8 +75,7 @@ private ContactGroupIrcImpl getNonPersistentGroup()
ContactGroupIrcImpl volatileGroup = ContactGroupIrcImpl volatileGroup =
new ContactGroupIrcImpl(this.parentProvider, this.rootGroup, new ContactGroupIrcImpl(this.parentProvider, this.rootGroup,
IrcActivator.getResources().getI18NString( groupName);
"service.gui.NOT_IN_CONTACT_LIST_GROUP_NAME"));
this.rootGroup.addSubGroup(volatileGroup); this.rootGroup.addSubGroup(volatileGroup);

Loading…
Cancel
Save