added the shared notes button tooltip on the locale file

This commit is contained in:
Felipe Cecagno 2011-09-21 07:17:42 +00:00
parent 88c33838aa
commit 946234b607
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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>