Some tests have shown that the \"hamburger\" button for collapsable menus on mobile devices are mysteries to users and I would like to add the word \"Menu\" next to my Bootstrap
Another just css solution:
.navbar-toggle:before { content:"Menu"; left:-50px; top:4px; position:absolute; width:50px; }