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. *