From 22025b16cb4cb76b63ed20ce63248ccdf97ea150 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Fri, 27 Dec 2013 16:16:03 +0200 Subject: [PATCH] Minor cosmetic changes: internationalize strings, fix typos, remove non-star imports. --- resources/languages/resources.properties | 4 +++- .../main/chat/conference/ChatConferenceCallDialog.java | 10 +++++++--- .../impl/gui/main/contactlist/TreeContactList.java | 2 +- .../desktoputil/chat/ChatOperationReasonDialog.java | 3 +-- .../desktoputil/chat/ChatRoomJoinOptionsDialog.java | 6 ++---- .../java/sip/communicator/service/gui/UIService.java | 2 +- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 3de514982..b769287e4 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -174,6 +174,7 @@ service.gui.CREATE_FIRST_GROUP_WIZARD=Your contact list doesn't contain any grou service.gui.CREATE_VIDEO_BRIDGE=Create a &video bridge... service.gui.CREATE_VIDEO_BRIDGE_MENU=Create a &video bridge service.gui.CREATE_JOIN_VIDEO_CONFERENCE=Create / Join video conference +service.gui.CREATE_VIDEO_CONFERENCE=Create a new video conference for this chat room service.gui.CONTACT_INFO_NOT_SUPPORTED=This contact doesn't support web contact info service.gui.CUT=C&ut service.gui.DATE=Date @@ -196,7 +197,7 @@ service.gui.EMAILS=Emails service.gui.EMPTY_HISTORY=&Empty history service.gui.ENABLE_DESKTOP_REMOTE_CONTROL=Enable desktop remote control service.gui.ENABLE_TYPING_NOTIFICATIONS=Tell others when we are writing to them (send chat activity) -service.gui.END_CONFEREMCE=End conference +service.gui.END_CONFERENCE=End conference service.gui.ENTER_PHONE_NUMBER=Enter phone number service.gui.ENTER_NAME_OR_NUMBER=Enter name or number service.gui.ERROR=Error @@ -302,6 +303,7 @@ service.gui.JITSI_WARNING=SIP Communicator has recently been renamed to Jitsi. * Through the UIService all modules can add their own components in * different menus, toolbars, etc. within the ui. Each UIService - * implementation should export its supported "plugable" containers - a set of + * implementation should export its supported "pluggable" containers - a set of * Containers corresponding to different "places" in the application, * where a module can add a component. *