Issue #429 fix spelling
Former-commit-id:a75e5d6773
[formerly451a00a558
] [formerlycd8ce46352
] [formerlya75e5d6773
[formerly451a00a558
] [formerlycd8ce46352
] [formerly6b4d328bc4
[formerlycd8ce46352
[formerly 2d2a0b492690166e89339300281f44a37e532dec]]]] Former-commit-id:6b4d328bc4
Former-commit-id:dbf4971339
[formerlycf4bc37883
] [formerly 5b25d8e9880b2eb50aac3c1617beb4fc68d038d4 [formerly86954f6071
]] Former-commit-id: 28533f29088104bc4a02ce521619a826370b60bb [formerly2f4cb1c5bf
] Former-commit-id:a872e1cc33
This commit is contained in:
parent
d0ed0b4f59
commit
7ff544dca5
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