Issue #429 fix spelling
Former-commit-id: 2d2a0b492690166e89339300281f44a37e532dec
This commit is contained in:
parent
ac3b674bf3
commit
6b4d328bc4
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ public class CollaborationGroupView extends ViewPart implements IPartListener {
|
|||
CollaborationUser user = (CollaborationUser) node;
|
||||
builder.append("\nStatus: ");
|
||||
if (user.getType() == Type.UNAVAILABLE) {
|
||||
builder.append("Off Line");
|
||||
builder.append("Offline");
|
||||
} else {
|
||||
builder.append(user.getMode().getMode());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue