Add help text above toolbar.
git-svn-id: svn://10.0.0.236/trunk@126484 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
<script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/nsTransferable.js"/>
|
||||
|
||||
<description>
|
||||
&removeinstructions.description;
|
||||
</description>
|
||||
|
||||
<toolbox id="cloned-bar-container"
|
||||
ondragover="nsDragAndDrop.dragOver(event, dropObserver)"
|
||||
ondragdrop="nsDragAndDrop.drop(event, dropObserver);"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<!ENTITY instructions.description "Drag your favorite item into the toolbar above:">
|
||||
<!ENTITY removeinstructions.description "Drag an item from the toolbar below to the trash to remove it.">
|
||||
<!ENTITY instructions.description "Drag an item into the toolbar above to add it.">
|
||||
<!ENTITY show.label "Show:">
|
||||
<!ENTITY iconsAndText.label "Icons and Text">
|
||||
<!ENTITY icons.label "Icons">
|
||||
|
||||
Reference in New Issue
Block a user