mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Updating UI and Fastpath.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4881 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -1106,7 +1106,7 @@ public class ChatContainer extends SparkTabbedPane implements MessageListener, C
|
||||
}
|
||||
}
|
||||
};
|
||||
closeThisAction.putValue(Action.NAME, "Close this room");
|
||||
closeThisAction.putValue(Action.NAME, "Close this chat");
|
||||
popup.add(closeThisAction);
|
||||
|
||||
|
||||
@ -1125,7 +1125,7 @@ public class ChatContainer extends SparkTabbedPane implements MessageListener, C
|
||||
}
|
||||
};
|
||||
|
||||
closeOthersAction.putValue(Action.NAME, "Close all other rooms");
|
||||
closeOthersAction.putValue(Action.NAME, "Close all other chats");
|
||||
popup.add(closeOthersAction);
|
||||
|
||||
Action closeOldAction = new AbstractAction() {
|
||||
@ -1135,7 +1135,7 @@ public class ChatContainer extends SparkTabbedPane implements MessageListener, C
|
||||
}
|
||||
}
|
||||
};
|
||||
closeOldAction.putValue(Action.NAME, "Close stale rooms");
|
||||
closeOldAction.putValue(Action.NAME, "Close stale chats");
|
||||
popup.add(closeOldAction);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user