mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1086
Updated to name the window as Broadcast from Administrator vs. Broadcast from Broadcast. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12041 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
mikemcmahon
parent
5cd3a886c3
commit
69fe8cc70b
@ -276,7 +276,7 @@ public class BroadcastPlugin extends SparkTabHandler implements Plugin, PacketLi
|
||||
chatRoom = (ChatRoomImpl)container.getChatRoom(from);
|
||||
}
|
||||
catch (ChatRoomNotFoundException e) {
|
||||
chatRoom = new ChatRoomImpl("serveralert@" + from, Res.getString("broadcast"), Res.getString("broadcast"));
|
||||
chatRoom = new ChatRoomImpl("serveralert@" + from, Res.getString("broadcast"), Res.getString("administrator"));
|
||||
chatRoom.getBottomPanel().setVisible(false);
|
||||
chatRoom.getToolBar().setVisible(false);
|
||||
SparkManager.getChatManager().getChatContainer().addChatRoom(chatRoom);
|
||||
|
||||
@ -216,11 +216,12 @@
|
||||
## Removed key: 'status.available'
|
||||
## Added key: 'message.nickname.not.acceptable'
|
||||
## Added key: 'button.login'
|
||||
|
||||
## Added key: 'administrator'
|
||||
|
||||
accept = Accept
|
||||
active = Active
|
||||
add = Add
|
||||
administrator = Administrator
|
||||
answer = Answer
|
||||
apply = Apply
|
||||
available = Available
|
||||
|
||||
Reference in New Issue
Block a user