added the shared notes button tooltip on the locale file
This commit is contained in:
parent
88c33838aa
commit
946234b607
@ -134,6 +134,7 @@ bbb.desktopView.actualSize = Display actual size
|
||||
bbb.toolbar.phone.toolTip = Share My Microphone
|
||||
bbb.toolbar.deskshare.toolTip = Share My Desktop
|
||||
bbb.toolbar.video.toolTip = Share My Camera
|
||||
bbb.toolbar.sharednotes.toolTip = Open Shared Notes
|
||||
|
||||
# Whiteboard
|
||||
bbb.highlighter.toolbar.pencil = Highlighter
|
||||
|
@ -21,7 +21,7 @@
|
||||
-->
|
||||
|
||||
<mx:Button xmlns:mx="http://www.adobe.com/2006/mxml" icon="{notesIcon}"
|
||||
click="openNotesWindow()" creationComplete="init()" toolTip="{ResourceUtil.getInstance().getString('bbb.toolbar.video.toolTip')}" xmlns:mate="http://mate.asfusion.com/">
|
||||
click="openNotesWindow()" creationComplete="init()" toolTip="{ResourceUtil.getInstance().getString('bbb.toolbar.sharednotes.toolTip')}" xmlns:mate="http://mate.asfusion.com/">
|
||||
|
||||
<mate:Listener type="{SharedNotesWindow.SHARED_NOTES_CLOSED}" method="closeEventHandler" />
|
||||
<mx:Script>
|
||||
|
Loading…
Reference in New Issue
Block a user